예제 #1
0
 /**
  * @param mixed $id
  * @return object|NULL
  */
 public function find($id)
 {
     // TODO solve possibility to call with more column in primary key
     return $this->manager->find($this->classMetadata->getEntityName(), $id);
 }