up() public method

指定した新着情報の表示順を1つ上げる。
public up ( Application $app, Request $request, integer $id ) : RedirectResponse
$app Eccube\Application
$request Symfony\Component\HttpFoundation\Request
$id integer
return Symfony\Component\HttpFoundation\RedirectResponse
Example #1
0
 /**
  * (non-PHPdoc)
  * @see \Eccube\Controller\Admin\Content\NewsController::up()
  * @param Application $app
  * @param Request $request
  * @param integer $id
  * @return \Symfony\Component\HttpFoundation\RedirectResponse
  */
 public function up(Application $app, Request $request, $id)
 {
     return parent::up($app, $request, $id);
 }