コード例 #1
0
ファイル: BaseRecipe.php プロジェクト: keneanung/gw2spidy
 /**
  * @param	Ingredient $ingredient The ingredient object to add.
  */
 protected function doAddIngredient($ingredient)
 {
     $this->collIngredients[] = $ingredient;
     $ingredient->setRecipe($this);
 }