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

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['image' => Yii::t('app', 'Image')];
    }