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

attributeLabels() public method

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