예제 #1
0
 /**
  * @param \obo\Entity $entity
  * @return bool
  */
 public function isMappedEntity(\obo\Entity $entity)
 {
     return isset($this->entities[$entity->entityIdentificationKey()]);
 }