Exemplo n.º 1
0
 /**
  * Returns whether this storage contains the given object.
  *
  * @param object $object The object to test.
  *
  * @return boolean True if this storage contains the object, false otherwise.
  */
 public function has($object)
 {
     return $this->storage->has($object);
 }