コード例 #1
0
ファイル: Rule.php プロジェクト: zientalak/devicedetector
 /**
  * {@inheritdoc}
  */
 public function hasCondition(ConditionInterface $condition)
 {
     return $this->conditions->contains($condition);
 }