예제 #1
0
 function dispatch()
 {
     $this->requiring();
     $authority = new Authority();
     $authority->check();
     return $this->execute();
 }