skeeks\cms\cmsWidgets\contentElements\ContentElementsCmsWidget::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return array_merge(parent::attributeLabels(), ['enabledPaging' => \Yii::t('skeeks/cms', 'Enable paging'), 'enabledPjaxPagination' => \Yii::t('skeeks/cms', 'Enable ajax navigation'), 'pageParamName' => \Yii::t('skeeks/cms', 'Parameter name pages, pagination'), 'pageSize' => \Yii::t('skeeks/cms', 'Number of records on one page'), 'pageSizeLimitMin' => \Yii::t('skeeks/cms', 'The minimum allowable value for pagination'), 'pageSizeLimitMax' => \Yii::t('skeeks/cms', 'The maximum allowable value for pagination'), 'orderBy' => \Yii::t('skeeks/cms', 'Sort by what parameter'), 'order' => \Yii::t('skeeks/cms', 'Sorting direction'), 'label' => \Yii::t('skeeks/cms', 'Title'), 'enabledSearchParams' => \Yii::t('skeeks/cms', 'Take into account the parameters from search string (for filtering)'), 'limit' => \Yii::t('skeeks/cms', 'The maximum number of entries in the sample ({limit})', ['limit' => 'limit']), 'active' => \Yii::t('skeeks/cms', 'Take into consideration active flag'), 'createdBy' => \Yii::t('skeeks/cms', 'Selecting the user records'), 'content_ids' => \Yii::t('skeeks/cms', 'Elements of content'), 'enabledCurrentTree' => \Yii::t('skeeks/cms', 'For the colection taken into account the current section (which shows the widget)'), 'enabledCurrentTreeChild' => \Yii::t('skeeks/cms', 'For the colection taken into account the current section and its subsections'), 'enabledCurrentTreeChildAll' => \Yii::t('skeeks/cms', 'For the colection taken into account the current section and all its subsections'), 'tree_ids' => \Yii::t('skeeks/cms', 'Show items linked to sections'), 'enabledActiveTime' => \Yii::t('skeeks/cms', 'Take into consideration activity time'), 'enabledRunCache' => 'Включить кэширование', 'runCacheDuration' => 'Время жизни кэша']);
    }