Sonata\Component\Payment\Ogone\OgonePayment::__construct PHP Метод

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

Constructor.
public __construct ( Symfony\Component\Routing\RouterInterface $router, Psr\Log\LoggerInterface $logger, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templating, boolean $debug )
$router Symfony\Component\Routing\RouterInterface
$logger Psr\Log\LoggerInterface
$templating Symfony\Bundle\FrameworkBundle\Templating\EngineInterface
$debug boolean
    public function __construct(RouterInterface $router, LoggerInterface $logger, EngineInterface $templating, $debug)
    {
        $this->templating = $templating;
        $this->router = $router;
        $this->debug = $debug;
        $this->setLogger($logger);
    }