コード例 #1
0
ファイル: XrefCollection.php プロジェクト: liutec/cfgtokenlib
 public function has(Xref $xref)
 {
     return $this->hasById($xref->getId());
 }