1 | <?php |
||
15 | class GuzzleHttp extends XRobotsTagParser |
||
16 | { |
||
17 | /** |
||
18 | * Constructor |
||
19 | * |
||
20 | * @param \GuzzleHttp\Psr7\Response $response |
||
21 | * @param string $userAgent |
||
22 | * @throws XRobotsTagParserException |
||
23 | * @throws XRobotsTagParser\Exceptions\XRobotsTagParserException |
||
24 | */ |
||
25 | public function __construct(Response $response, $userAgent = '') |
||
37 | } |