skeeks\cms\models\CmsTreeTypeProperty::attributeLabels PHP 메소드

attributeLabels() 공개 메소드

public attributeLabels ( )
    public function attributeLabels()
    {
        return array_merge(parent::attributeLabels(), ['tree_type_id' => Yii::t('skeeks/cms', "Linked To Section's Type")]);
    }