mirocow\eav\models\EavAttributeType::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'name' => Yii::t('eav', 'Name'), 'handlerClass' => Yii::t('eav', 'Handler Class'), 'storeType' => Yii::t('eav', 'Store Type')];
    }