mirocow\eav\widgets\AttributeHandler::getAttributeName PHP Method

getAttributeName() public method

public getAttributeName ( ) : string
return string
    public function getAttributeName()
    {
        return (string) $this->attributeModel->{$this->nameField};
    }