SYMBOL INDEX (58 symbols across 14 files) FILE: src/Command/Command.php class Command (line 13) | class Command implements CommandInterface method __construct (line 38) | public function __construct($method = null, $parameters = null, $id = ... method getMethod (line 57) | public function getMethod() method getParameters (line 66) | public function getParameters() method getId (line 75) | public function getId() method withMethod (line 84) | public function withMethod($method) method withParameters (line 95) | public function withParameters($parameters) method withId (line 110) | public function withId($id) FILE: src/Command/CommandInterface.php type CommandInterface (line 13) | interface CommandInterface method getId (line 19) | public function getId(); method getParameters (line 25) | public function getParameters(); method getMethod (line 31) | public function getMethod(); method withMethod (line 38) | public function withMethod($method); method withParameters (line 45) | public function withParameters($parameters); method withId (line 52) | public function withId($id); FILE: src/Http/Client.php class Client (line 20) | class Client implements ClientInterface method __construct (line 52) | public function __construct($dsn) method sendCommand (line 62) | public function sendCommand(CommandInterface $command) method withDriver (line 88) | public function withDriver(DriverInterface $driver) method getRequest (line 101) | public function getRequest() method getResponse (line 112) | public function getResponse() FILE: src/Http/ClientInterface.php type ClientInterface (line 21) | interface ClientInterface method sendCommand (line 34) | public function sendCommand(CommandInterface $command); FILE: src/Http/Driver/CurlDriver.php class CurlDriver (line 18) | class CurlDriver implements DriverInterface method __destruct (line 33) | public function __destruct() method execute (line 45) | public function execute(RequestInterface $request) method addCurlOption (line 96) | public function addCurlOption($option, $value) method getDefaultCurlOptions (line 109) | protected function getDefaultCurlOptions() FILE: src/Http/Driver/DriverInterface.php type DriverInterface (line 15) | interface DriverInterface method execute (line 27) | public function execute(RequestInterface $request); FILE: src/Http/Message/Message.php class Message (line 18) | class Message implements MessageInterface method getProtocolVersion (line 39) | public function getProtocolVersion() method withProtocolVersion (line 48) | public function withProtocolVersion($version) method getHeaders (line 59) | public function getHeaders() method hasHeader (line 68) | public function hasHeader($name) method getHeader (line 83) | public function getHeader($name) method getHeaderLine (line 99) | public function getHeaderLine($name) method getHeaderLines (line 108) | public function getHeaderLines($name) method withHeader (line 121) | public function withHeader($name, $value) method withAddedHeader (line 136) | public function withAddedHeader($name, $value) method withoutHeader (line 147) | public function withoutHeader($name) method getBody (line 162) | public function getBody() method withBody (line 175) | public function withBody(StreamInterface $body) FILE: src/Http/Message/Request.php class Request (line 17) | class Request extends DiactorosRequest FILE: src/Http/Message/Response.php class Response (line 17) | class Response extends DiactorosResponse FILE: src/Http/Message/Streamable.php class Streamable (line 22) | class Streamable extends Stream method __construct (line 24) | public function __construct() FILE: src/Http/Message/Uri.php class Uri (line 17) | class Uri extends DiactorosUri FILE: tests/Command/CommandTest.php class CommandTest (line 14) | class CommandTest extends \PHPUnit_Framework_TestCase method testCommand (line 19) | public function testCommand($method, $parameters, $id) method commandDataProvider (line 40) | public function commandDataProvider() method testCommandWithParameters (line 47) | public function testCommandWithParameters() FILE: tests/Http/ClientTest.php class ClientTest (line 15) | class ClientTest extends \PHPUnit_Framework_TestCase method testClient (line 17) | public function testClient() method testWithKeepAlive (line 33) | public function testWithKeepAlive() method testSendCommand (line 39) | public function testSendCommand() FILE: tests/Http/Driver/CurlDriverTest.php class CurlDriverTest (line 15) | class CurlDriverTest extends \PHPUnit_Framework_TestCase method testExplodesWithTwo (line 17) | public function testExplodesWithTwo() {