skeeks\cms\models\CmsContentProperty::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ArrayHelper::merge(parent::attributeLabels(), ['content_id' => Yii::t('skeeks/cms', 'Linked to content')]);
    }