예제 #1
0
 public function __destruct()
 {
     $this->controller = NULL;
     $this->params = NULL;
     $this->url = NULL;
     parent::__destruct();
 }
예제 #2
0
 public function __destruct()
 {
     $this->enabledRoutes = NULL;
     $this->urlDelimiter = NULL;
     parent::__destruct();
 }