Eccube\EventListener\LogListener::__construct PHP Метод

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

public __construct ( Psr\Log\LoggerInterface $logger )
$logger Psr\Log\LoggerInterface
    public function __construct(LoggerInterface $logger)
    {
        $this->setLogger($logger);
    }