예제 #1
0
 /**
  *
  */
 public function has($element)
 {
     return $this->list->contains($element);
 }
예제 #2
0
 /**
  * @test
  * @expectedException InvalidArgumentException
  */
 public function elementKey_should_throw_with_all_objects()
 {
     InvocablesList::elementKey(new StdClass());
 }