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

getAttributeLabel() public method

public getAttributeLabel ( )
    public function getAttributeLabel()
    {
        return (string) $this->attributeModel->{$this->labelField};
    }