コード例 #1
0
ファイル: Activity.class.php プロジェクト: Gymnasiast/HZ
 public function __construct($uri)
 {
     parent::__construct($uri);
     $this->connects = new SplObjectStorage();
     $this->produces = new SplObjectStorage();
     $this->consumes = new SplObjectStorage();
 }
コード例 #2
0
ファイル: Condition.class.php プロジェクト: Gymnasiast/HZ
 public function __construct($uri)
 {
     parent::__construct($uri);
 }