コード例 #1
0
 /**
  * @param Listing $listing
  */
 public function delete($listing)
 {
     return $this->entityManager->remove($listing);
 }
コード例 #2
0
 /**
  * @param Channel $channel
  */
 public function delete(Channel $channel)
 {
     $this->entityManager->remove($channel);
 }