NewsController
class NewsController extends AbstractController
新着情報のコントローラクラス
Methods
Response
RedirectResponse|Response
RedirectResponse
RedirectResponse
RedirectResponse
Details
in AbstractController at line 34
__construct()
in AbstractController at line 38
protected
getBoundForm(Application $app, $type)
in AbstractController at line 48
protected
getSecurity($app)
in AbstractController at line 53
protected
isTokenValid($app)
at line 43
Response
index(Application $app)
新着情報一覧を表示する。
at line 64
RedirectResponse|Response
edit(Application $app, Request $request, integer $id = null)
新着情報を登録・編集する。
at line 114
RedirectResponse
up(Application $app, Request $request, integer $id)
指定した新着情報の表示順を1つ上げる。
at line 143
RedirectResponse
down(Application $app, Request $request, integer $id)
指定した新着情報の表示順を1つ下げる。
at line 172
RedirectResponse
delete(Application $app, Request $request, integer $id)
指定した新着情報を削除する。