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

init() public method

public init ( )
    public function init()
    {
        $this->name = "Настройки разделов";
        $this->modelShowAttribute = "name";
        $this->modelClassName = CmsTreeType::className();
        parent::init();
    }
AdminCmsTreeTypeController