start() public méthode

Start the transport
public start ( )
Exemple #1
0
 /**
  * Execute the console command.
  *
  * @param RouterInterface $router
  *
  * @return mixed
  */
 public function handle(RouterInterface $router)
 {
     $this->info('Start Thruway WAMP router');
     $router->start($this->option('loop'));
 }