Пример #1
0
 /**
  * Sets the autorouting. Pass false to turn it off, true to turn it on
  *
  * @param bool $autoroute Whether the autorouting should be on
  * @return $this 
  * @static 
  */
 public static function autoroute($autoroute)
 {
     return \Bootstrapper\Navigation::autoroute($autoroute);
 }