Exemple #1
0
 /**
  * @param mixed $item
  * @return bool
  */
 public function contains($item)
 {
     return $this->items->contains($item);
 }