Class: Doctrine_Validator_Exception
Source Location: /Doctrine/Validator/Exception.phpClass Doctrine_Validator_Exception
Class Overview
Implements interfaces:
Doctrine_Validator_Exception Located in /Doctrine/Validator/Exception.php [line 33] Exception | --Doctrine_Exception | --Doctrine_Validator_ExceptionAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Exception |
Inherited From Doctrine_Exception
|
[ Top ]
Method Summary
Doctrine_Validator_Exception | __construct() | |
void | count() | |
void | generateMessage() | |
void | getInvalidRecords() | |
void | getIterator() | |
string | __toString() | __toString |
[ Top ]
Methods
Constructor __construct [line 42]
|
Doctrine_Validator | $validator: | |
array | $invalid: |
API Tags:
Access: | public |
[ Top ]
getIterator [line 53]
|
API Tags:
Access: | public |
Implementation of:
- IteratorAggregate::getIterator
[ Top ]