Eccube\Controller\HelpController::agreement PHP Метод

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

public agreement ( Application $app )
$app Eccube\Application
    public function agreement(Application $app)
    {
        $Help = $app['eccube.repository.help']->get();
        return $app->render('Help/agreement.twig', array('help' => $Help));
    }