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

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'entityName' => Yii::t('eav', 'Entity name'), 'entityModel' => Yii::t('eav', 'Entity Model'), 'categoryId' => Yii::t('eav', 'ID Category'), 'modelId' => Yii::t('eav', 'ID Model')];
    }