skeeks\cms\controllers\AdminCmsTreeTypePropertyController::init PHP Method

init() public method

public init ( )
    public function init()
    {
        $this->name = "Управление свойствами раздела";
        $this->modelShowAttribute = "name";
        $this->modelClassName = CmsTreeTypeProperty::className();
        parent::init();
    }
AdminCmsTreeTypePropertyController