コード例 #1
0
ファイル: Subgraph.php プロジェクト: odolbeau/rabbitmq-graph
 public function __construct($id, $parent, $name, $definitions)
 {
     parent::__construct($id, $parent);
     $this->name = $name;
     $this->definitions = $definitions;
 }