Slide 160
Slide 160 text
NelmioAPIDocBundle
/**
* Gets a Recipe
* @ApiDoc(
* resource=true,
* section="recipe",
* deprecated="true",
* tags={"hi", "anothertag" = "#34a523"},
* views = { "default", "v2" },
* statusCodes = {
* 200 = "Returned when successful",
* 404 = "Returned when the recipe is not found"
* })
* @QueryParam(name="page", requirements="\d+", default="1", description="Page of the overview.")
* @param ParamFetcher $paramFetcher
* @return array
*/
public function getPlatosAction(ParamFetcher $paramFetcher)
{