Sonata\Component\Payment\PassPayment::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Routing\RouterInterface $router, Buzz\Browser $browser = null )
$router Symfony\Component\Routing\RouterInterface
$browser Buzz\Browser
    public function __construct(RouterInterface $router, Browser $browser = null)
    {
        $this->router = $router;
        $this->browser = $browser;
    }