Eccube\Controller\Install\InstallController::index PHP Метод

index() публичный Метод

最初からやり直す場合、SESSION情報をクリア
public index ( Eccube\InstallApplication $app, Request $request )
$app Eccube\InstallApplication
$request Symfony\Component\HttpFoundation\Request
    public function index(InstallApplication $app, Request $request)
    {
        $request->getSession()->remove(self::SESSION_KEY);
        return $app->redirect($app->url('install_step1'));
    }