С версии: 1.0
Автор: Benjamin Eberlei (kontakt@beberlei.de)
Автор: Lukas Kahwe Smith (smith@pooteeweet.org)
Пример #1
0
 /**
  * @param  object $document
  * @return bool
  */
 public function contains($document)
 {
     return $this->unitOfWork->contains($document);
 }