Api\ArrayType\ApiArrayOfError::getAttributeName PHP Method

getAttributeName() public method

Returns the attribute name
See also: AbstractStructArrayBase::getAttributeName()
public getAttributeName ( ) : string
return string Error
    public function getAttributeName()
    {
        return 'Error';
    }