Example #1
0
 /**
  * Handles the Trace
  *
  * @return void
  */
 function handle()
 {
     $this->route->getDispatcher()->handle($this);
     $this->isHandled = true;
 }