skeeks\cms\models\CmsTreeTypeProperty::attributeLabels PHP Method

attributeLabels() public method

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