skeeks\cms\relatedProperties\propertyTypes\PropertyTypeElement::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return array_merge(parent::attributeLabels(), ['content_id' => \Yii::t('skeeks/cms', 'Content')]);
    }