Module Recettes : on avance... un peu...

This commit is contained in:
2021-04-29 19:05:43 +02:00
parent 8ccce53560
commit 30a5848cf9
12 changed files with 105 additions and 36 deletions

View File

@@ -34,10 +34,12 @@ class GeneralLoop extends BaseLoop implements PropelSearchLoopInterface
->set("ID", $recipe->getId())
->set("CONTENT_ID", $recipe->getContentId())
->set("TITLE", $recipe->getTitle())
->set("SUMMARY", $recipe->getSummary())
->set("PEOPLE", $recipe->getPeople())
->set("DIFFICULTY", $recipe->getDifficulty())
->set("PREPARATION_TIME", $recipe->getPreparationTime())
->set("COOKING_TIME", $recipe->getCookingTime())
->set("OTHER_INGREDIENTS", $recipe->getOtherIngredients())
;
$loopResult->addRow($loopResultRow);
}