SAML2\Response\Processor::__construct PHP Method

__construct() public method

public __construct ( Psr\Log\LoggerInterface $logger )
$logger Psr\Log\LoggerInterface
    public function __construct(LoggerInterface $logger)
    {
        $this->logger = $logger;
        $this->signatureValidator = new Validator($logger);
    }