Payu\Parser\ResponseParser::__construct PHP Method

__construct() public method

public __construct ( Payu\Parser\ParserInterface $parser, string $rawResponse )
$parser Payu\Parser\ParserInterface
$rawResponse string
    public function __construct(ParserInterface $parser, $rawResponse)
    {
        $this->parser = $parser;
        $this->rawResponse = $rawResponse;
    }
ResponseParser