mirocow\eav\EavBehavior::getLabel PHP Метод

getLabel() публичный Метод

public getLabel ( $attribute )
    public function getLabel($attribute)
    {
        return EavAttribute::find()->select(['label'])->where(['name' => $attribute])->scalar();
    }