Eccube\Controller\Admin\Content\ContentsController::down PHP Method

down() public method

(non-PHPdoc)
See also: Eccube\Controller\Admin\Content\NewsController::down()
public down ( Application $app, Request $request, integer $id ) : RedirectResponse
$app Eccube\Application
$request Symfony\Component\HttpFoundation\Request
$id integer
return Symfony\Component\HttpFoundation\RedirectResponse
    public function down(Application $app, Request $request, $id)
    {
        return parent::down($app, $request, $id);
    }