infoweb\cms\models\Image::attributeLabels PHP Метод

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

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['name' => Yii::t('app', 'Image'), 'filePath' => Yii::t('app', 'File Path'), 'itemId' => Yii::t('app', 'Item ID'), 'isMain' => Yii::t('app', 'Main image'), 'modelName' => Yii::t('app', 'Attached to'), 'urlAlias' => Yii::t('app', 'Url alias'), 'active' => Yii::t('app', 'Active'), 'text_position' => Yii::t('app', 'Text position')];
    }