Пример #1
0
 private function getIngredientList()
 {
     $ingredientList = new IngredientCollection();
     $ingredientList->loadByCocktail($this->getId());
     return $ingredientList->getItemsRaw();
 }