skeeks\cms\relatedProperties\propertyTypes\PropertyTypeTree::attributeLabels PHP 메소드

attributeLabels() 공개 메소드

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