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