Method |
Description |
|
__construct ( array $error = [] ) |
Constructor method for ArrayOfError |
|
__set_state ( array $array ) : ApiArrayOfErrorProject |
Method called when an object has been exported with var_export() functions
It allows to return an object instantiated with the values |
|
__toString ( ) : string |
Method returning the class name |
|
addToError ( Api\StructType\ApiErrorProject $item ) : ApiArrayOfErrorProject |
Add item to Error value |
|
current ( ) : Api\StructType\ApiErrorProject | null |
Returns the current element |
|
first ( ) : Api\StructType\ApiErrorProject | null |
Returns the first element |
|
getAttributeName ( ) : string |
Returns the attribute name |
|
getError ( ) : Api\StructType\ApiErrorProject[] | null |
Get Error value |
|
item ( integer $index ) : Api\StructType\ApiErrorProject | null |
Returns the indexed element |
|
last ( ) : Api\StructType\ApiErrorProject | null |
Returns the last element |
|
offsetGet ( integer $offset ) : Api\StructType\ApiErrorProject | null |
Returns the element at the offset |
|
setError ( array $error = [] ) : ApiArrayOfErrorProject |
Set Error value |
|