Exemplo n.º 1
0
 public function __construct($uri)
 {
     parent::__construct($uri);
     $this->connects = new SplObjectStorage();
     $this->produces = new SplObjectStorage();
     $this->consumes = new SplObjectStorage();
 }
Exemplo n.º 2
0
 public function __construct($uri)
 {
     parent::__construct($uri);
 }