Class: Doctrine_Validator_ErrorStack
Source Location: /Doctrine/Validator/ErrorStack.phpClass Doctrine_Validator_ErrorStack
Class Overview
Implements interfaces:
Doctrine_Validator_ErrorStack Located in /Doctrine/Validator/ErrorStack.php [line 33] Doctrine_Object | --Doctrine_Access | --Doctrine_Validator_ErrorStackAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Object |
Inherited From Doctrine_Access
Inherited From Doctrine_Object
|
[ Top ]
Method Summary
Doctrine_Validator_ErrorStack | __construct() | Constructor |
void | add() | Adds an error to the stack. |
void | clear() | Removes all errors from the stack. |
unknown | contains() | Enter description here... |
unknown | count() | Enter description here... |
unknown | get() | Enter description here... |
unknown | getIterator() | Enter description here... |
void | remove() | Removes all existing errors for the specified field from the stack. |
void | set() | Enter description here... |
[ Top ]
Properties
Methods
Constructor __construct [line 47]
|
Constructor
API Tags:
Access: | public |
[ Top ]
add [line 56]
|
Adds an error to the stack.
Parameters:string | $invalidFieldName: | |
string | $errorType: | |
$errorCode: |
API Tags:
Access: | public |
[ Top ]
contains [line 99]
|
Enter description here...
Parameters:$fieldName: |
API Tags:
Access: | public |
[ Top ]
count [line 131]
|
Enter description here...
API Tags:
Access: | public |
Implementation of:
- Countable::count
[ Top ]
get [line 79]
|
Enter description here...
Parameters:unknown_type | $name: | |
$fieldName: |
API Tags:
Access: | public |
[ Top ]
getIterator [line 119]
|
Enter description here...
API Tags:
Access: | public |
Implementation of:
- IteratorAggregate::getIterator
[ Top ]
remove [line 66]
|
Removes all existing errors for the specified field from the stack.
Parameters:string | $fieldName: |
API Tags:
Access: | public |
[ Top ]