コード例 #1
0
ファイル: AuthorController.php プロジェクト: yasoon/yasoon
 /**
  * @Route("/get_blank/{authorId}", requirements={"authorId" = "\d+"})
  * @Method({"GET"})
  */
 public function getBlankAction($authorId)
 {
     $result = $this->service->getBlank($authorId);
     return $result;
 }