Eccube\Controller\AbstractController::getSecurity PHP Method

getSecurity() protected method

protected getSecurity ( $app )
    protected function getSecurity($app)
    {
        return $app['security.token_storage'];
    }