infoweb\cms\models\ImageLang::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => Yii::t('app', 'ID'), 'image_id' => Yii::t('infoweb/sliders', 'Image ID'), 'alt' => Yii::t('app', 'Alt'), 'title' => Yii::t('app', 'Title'), 'subtitle' => Yii::t('app', 'Subtitle'), 'description' => Yii::t('app', 'Description'), 'created_at' => Yii::t('app', 'Created At'), 'updated_at' => Yii::t('app', 'Updated At')];
    }