Example #1
0
 /**
  * Inits the Route List
  * 
  * @return void
  */
 protected static function _initRouteArray()
 {
     self::$_routes = new ArrayObject();
 }