コード例 #1
0
 public function onRecipeCreate(RecipeEvent $event)
 {
     $recipe = $event->getRecipe();
     $this->escribeLog($recipe);
 }
コード例 #2
-1
ファイル: RecipesListener.php プロジェクト: aremox/morana
 public function onRecipeCreate(RecipeEvent $event)
 {
     $recipe = $event->getRecipe();
     $this->notifyToAdmins($recipe);
 }