Esempio n. 1
0
 /**
  * @param IBridgeInterface|null $Router
  */
 function __construct(IBridgeInterface $Router = null)
 {
     if (null !== $Router) {
         self::$Router = $Router;
         // Roadmap
         $this->registerRoute($this->createRoute('Roadmap/Current', 'SPHERE\\Application\\Roadmap::frontendMap'));
         $this->registerRoute($this->createRoute('Roadmap/Download', 'SPHERE\\Application\\Roadmap::frontendMap'));
     }
 }
 /**
  * @param IBridgeInterface|null $Router
  */
 function __construct(IBridgeInterface $Router = null)
 {
     if (null !== $Router) {
         self::$Router = $Router;
     }
 }