Beispiel #1
0
 /**
  * Converts the current entity to array
  */
 public function toArray()
 {
     return array('id' => $this->id, 'user_id' => $this->user->getId(), 'cocktail_id' => $this->cocktail->getId(), 'date' => $this->date->getTimestamp());
 }