예제 #1
0
파일: Server.php 프로젝트: buse974/jrpc
 /**
  *
  * @param ContainerInterface $container            
  */
 public function __construct(ContainerInterface $container, $options)
 {
     parent::__construct();
     $this->container = $container;
     $this->options = $options;
 }