skeeks\cms\models\searchs\CmsContentElementSearch::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ArrayHelper::merge(parent::attributeLabels(), ['section' => \Yii::t('skeeks/cms', 'Section'), 'created_at_from' => \Yii::t('skeeks/cms', 'Created date (from)'), 'created_at_to' => \Yii::t('skeeks/cms', 'Created (up to)'), 'updated_at_from' => \Yii::t('skeeks/cms', 'Updated time (from)'), 'updated_at_to' => \Yii::t('skeeks/cms', 'Updated time (up to)'), 'published_at_from' => \Yii::t('skeeks/cms', 'Time of publication (from)'), 'published_at_to' => \Yii::t('skeeks/cms', 'Time of publication (up to)'), 'has_image' => \Yii::t('skeeks/cms', 'Image'), 'has_full_image' => \Yii::t('skeeks/cms', 'The presence of such images'), 'q' => \Yii::t('skeeks/cms', 'Search')]);
    }