| 1 | <?php |
||
| 14 | class GuzzleHttp extends XRobotsTagParser |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Constructor |
||
| 18 | * |
||
| 19 | * @param \Psr\Http\Message\ResponseInterface $response |
||
| 20 | * @param string $userAgent |
||
| 21 | * @throws XRobotsTagParser\Exceptions\XRobotsTagParserException |
||
| 22 | */ |
||
| 23 | public function __construct(ResponseInterface $response, $userAgent = '') |
||
| 32 | } |
||
| 33 |