Changeset 2970
- Timestamp:
- 10/02/08 14:41:56 (7 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/dominik-validation-argument-sources/src/validator/AgaviValidationResult.class.php
r2881 r2970 41 41 * @var array The incidents which were thrown by the validation run. 42 42 */ 43 protected $incidents ;43 protected $incidents = array(); 44 44 45 45 /**

