Since: 1.0
Author: Benjamin Eberlei (kontakt@beberlei.de)
Author: Lukas Kahwe Smith (smith@pooteeweet.org)
Beispiel #1
0
 /**
  * @param  object $document
  * @return bool
  */
 public function contains($document)
 {
     return $this->unitOfWork->contains($document);
 }