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