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

attributeLabels() public method

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