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

up() public method

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