class Buzz implements AdapterInterface (View source)

Adapter for Kriss Wallsmith's Buzz library

Properties

protected Browser $browser

Methods

__construct(Browser $browser)

No description

Browser
getBrowser()

No description

mixed
send(string $endpoint, string $content, array $headers = array(), array $files = array())

No description

Details

__construct(Browser $browser)

Parameters

Browser $browser

Browser getBrowser()

Return Value

Browser

mixed send(string $endpoint, string $content, array $headers = array(), array $files = array())

Parameters

string $endpoint
string $content
array $headers
array $files

Return Value

mixed