コード例 #1
0
ファイル: Node.php プロジェクト: mrjgreen/dependency-graph
 public function hasTag($tag)
 {
     return $this->operation->hasTag($tag);
 }