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