Example #1
0
 function __construct()
 {
     parent::__construct();
     // set cache time for static jump data
     $this->jumpDataCacheTime = 60 * 60 * 24;
     // set static system jump data
     $this->setSystemJumpData();
 }
Example #2
0
 /**
  * event handler
  * @param $f3
  */
 function beforeroute($f3)
 {
     parent::beforeroute($f3);
     // set header for all routes
     header('Content-type: application/json');
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
 }