Eccube\EventListener\RequestDumpListener::__construct PHP Method

__construct() public method

Constructor function.
public __construct ( Application $app )
$app Eccube\Application
    public function __construct(Application $app)
    {
        $this->app = $app;
        $this->excludeKeys = $app['config']['log']['exclude_keys'];
    }