| 1 | <?php |
||
| 18 | class BuzzTransport extends AbstractTransport |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Buzz's curl browser. |
||
| 22 | * |
||
| 23 | * @var Browser |
||
| 24 | */ |
||
| 25 | protected $browser; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritDoc} |
||
| 29 | */ |
||
| 30 | public function __construct($url = '') |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritDoc} |
||
| 39 | */ |
||
| 40 | public function call(RequestInterface $request) |
||
| 53 | } |
||
| 54 |