コード例 #1
0
 /**
  * добавить корневой узел
  */
 public function action_addRoot()
 {
     $this->modelStructure->addRoot();
     $this->redirect($this->config->routePath);
 }