Api\ArrayType\ApiArrayOfString::getAttributeName PHP Method

getAttributeName() public method

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