コード例 #1
0
 /**
  * @param int $id
  */
 public function find($id)
 {
     return $this->entityManager->find(Listing::class, $id);
 }