Exemplo n.º 1
0
 protected function jump($url, $inner = false)
 {
     if ($inner === false) {
         Comm::Jump($url);
     } else {
         $this->router->dispatch($url);
     }
 }