ErrorList
class ErrorList implements ArrayAccess, JsonSerializable (View source)
Properties
protected | $errors |
Methods
Whether a offset exists.
Offset to retrieve.
Offset to set.
Offset to unset.
Adds an error object or exception to the internal error array.
Returns a list of errors in the error helper.
Returns whether or not this error helper has more than one error registered within it.
No description
No description
No description
No description
No description
Details
at line 34
bool
offsetExists(mixed $offset)
Whether a offset exists.
at line 52
mixed
offsetGet(mixed $offset)
Offset to retrieve.
at line 71
offsetSet(mixed $offset, mixed $value)
Offset to set.
at line 91
offsetUnset(mixed $offset)
Offset to unset.
at line 101
add($e, $fieldName = null, $fieldDisplayName = null)
Adds an error object or exception to the internal error array.
at line 131
array
getList()
Returns a list of errors in the error helper.
at line 141
bool
has()
Returns whether or not this error helper has more than one error registered within it.
at line 149
output()
deprecated
deprecated
at line 158
outputJSON()
deprecated
deprecated