SYMBOL INDEX (116 symbols across 10 files) FILE: lib/SparkPost/Resource.php class Resource (line 10) | class Resource extends ResourceBase FILE: lib/SparkPost/ResourceBase.php class ResourceBase (line 8) | class ResourceBase method __construct (line 26) | public function __construct(SparkPost $sparkpost, $endpoint) method get (line 37) | public function get($uri = '', $payload = [], $headers = []) method put (line 47) | public function put($uri = '', $payload = [], $headers = []) method post (line 57) | public function post($payload = [], $headers = []) method delete (line 67) | public function delete($uri = '', $payload = [], $headers = []) method request (line 79) | public function request($method = 'GET', $uri = '', $payload = [], $he... FILE: lib/SparkPost/SparkPost.php class SparkPost (line 11) | class SparkPost method __construct (line 58) | public function __construct($httpClient, array $options) method request (line 75) | public function request($method = 'GET', $uri = '', $payload = [], $he... method syncRequest (line 96) | public function syncRequest($method = 'GET', $uri = '', $payload = [],... method syncReqWithRetry (line 114) | private function syncReqWithRetry($request, $retries) method asyncRequest (line 134) | public function asyncRequest($method = 'GET', $uri = '', $payload = []... method asyncReqWithRetry (line 151) | private function asyncReqWithRetry($request, $retries) method buildRequestValues (line 172) | public function buildRequestValues($method, $uri, $payload, $headers) method buildRequestInstance (line 204) | public function buildRequestInstance($method, $url, $headers, $body) method buildRequest (line 216) | public function buildRequest($method, $uri, $payload, $headers) method getHttpHeaders (line 229) | public function getHttpHeaders($headers = []) method getUrl (line 252) | public function getUrl($path, $params = []) method setHttpClient (line 277) | public function setHttpClient($httpClient) method setOptions (line 295) | public function setOptions($options) method ifDebug (line 326) | private function ifDebug($param) method setupEndpoints (line 334) | private function setupEndpoints() method getMessageFactory (line 342) | private function getMessageFactory() method setMessageFactory (line 356) | public function setMessageFactory(RequestFactory $messageFactory) FILE: lib/SparkPost/SparkPostException.php class SparkPostException (line 7) | class SparkPostException extends \Exception method __construct (line 24) | public function __construct(\Exception $exception, $request = null) method getRequest (line 44) | public function getRequest() method getBody (line 54) | public function getBody() FILE: lib/SparkPost/SparkPostPromise.php class SparkPostPromise (line 7) | class SparkPostPromise implements HttpPromise method __construct (line 24) | public function __construct(HttpPromise $promise, $request = null) method then (line 36) | public function then(callable $onFulfilled = null, callable $onRejecte... method getState (line 56) | public function getState() method wait (line 70) | public function wait($unwrap = true) FILE: lib/SparkPost/SparkPostResponse.php class SparkPostResponse (line 8) | class SparkPostResponse implements ResponseInterface method __construct (line 25) | public function __construct(ResponseInterface $response, $request = null) method getRequest (line 36) | public function getRequest() method getBody (line 46) | public function getBody() method getProtocolVersion (line 59) | public function getProtocolVersion() method withProtocolVersion (line 64) | public function withProtocolVersion($version) method getHeaders (line 69) | public function getHeaders() method hasHeader (line 74) | public function hasHeader($name) method getHeader (line 79) | public function getHeader($name) method getHeaderLine (line 84) | public function getHeaderLine($name) method withHeader (line 89) | public function withHeader($name, $value) method withAddedHeader (line 94) | public function withAddedHeader($name, $value) method withoutHeader (line 99) | public function withoutHeader($name) method withBody (line 104) | public function withBody(StreamInterface $body) method getStatusCode (line 109) | public function getStatusCode() method withStatus (line 114) | public function withStatus($code, $reasonPhrase = '') method getReasonPhrase (line 119) | public function getReasonPhrase() FILE: lib/SparkPost/Transmission.php class Transmission (line 5) | class Transmission extends ResourceBase method __construct (line 7) | public function __construct(SparkPost $sparkpost) method post (line 17) | public function post($payload = [], $headers = []) method formatPayload (line 33) | public function formatPayload($payload) method formatBlindCarbonCopy (line 49) | private function formatBlindCarbonCopy($payload) method formatCarbonCopy (line 67) | private function formatCarbonCopy($payload) method formatShorthandRecipients (line 93) | private function formatShorthandRecipients($payload) method addListToRecipients (line 114) | private function addListToRecipients($payload, $listName) method toAddressObject (line 142) | private function toAddressObject($address) method toAddressString (line 168) | private function toAddressString($address) method isEmail (line 188) | private function isEmail($email) FILE: test/unit/SparkPostResponseTest.php class SparkPostResponseTest (line 9) | class SparkPostResponseTest extends TestCase method setUp (line 16) | public function setUp(): void method testGetProtocolVersion (line 22) | public function testGetProtocolVersion() method testWithProtocolVersion (line 29) | public function testWithProtocolVersion() method testGetHeaders (line 38) | public function testGetHeaders() method testHasHeader (line 45) | public function testHasHeader() method testGetHeader (line 54) | public function testGetHeader() method testGetHeaderLine (line 63) | public function testGetHeaderLine() method testWithHeader (line 72) | public function testWithHeader() method testWithAddedHeader (line 82) | public function testWithAddedHeader() method testWithoutHeader (line 92) | public function testWithoutHeader() method testGetRequest (line 101) | public function testGetRequest() method testWithBody (line 109) | public function testWithBody() method testGetStatusCode (line 118) | public function testGetStatusCode() method testWithStatus (line 125) | public function testWithStatus() method testGetReasonPhrase (line 134) | public function testGetReasonPhrase() FILE: test/unit/SparkPostTest.php class SparkPostTest (line 17) | class SparkPostTest extends TestCase method setUp (line 47) | public function setUp(): void method tearDown (line 84) | public function tearDown(): void method testRequestSync (line 89) | public function testRequestSync() method testRequestAsync (line 97) | public function testRequestAsync() method testDebugOptionWhenFalse (line 106) | public function testDebugOptionWhenFalse() { method testDebugOptionWhenTrue (line 115) | public function testDebugOptionWhenTrue() { method testSuccessfulSyncRequest (line 135) | public function testSuccessfulSyncRequest() method testUnsuccessfulSyncRequest (line 148) | public function testUnsuccessfulSyncRequest() method testSuccessfulSyncRequestWithRetries (line 163) | public function testSuccessfulSyncRequestWithRetries() method testUnsuccessfulSyncRequestWithRetries (line 176) | public function testUnsuccessfulSyncRequestWithRetries() method testSuccessfulAsyncRequestWithWait (line 192) | public function testSuccessfulAsyncRequestWithWait() method testUnsuccessfulAsyncRequestWithWait (line 203) | public function testUnsuccessfulAsyncRequestWithWait() method testSuccessfulAsyncRequestWithThen (line 217) | public function testSuccessfulAsyncRequestWithThen() method testUnsuccessfulAsyncRequestWithThen (line 231) | public function testUnsuccessfulAsyncRequestWithThen() method testSuccessfulAsyncRequestWithRetries (line 245) | public function testSuccessfulAsyncRequestWithRetries() method testUnsuccessfulAsyncRequestWithRetries (line 266) | public function testUnsuccessfulAsyncRequestWithRetries() method testPromise (line 285) | public function testPromise() method testUnsupportedAsyncRequest (line 296) | public function testUnsupportedAsyncRequest() method testGetHttpHeaders (line 305) | public function testGetHttpHeaders() method testGetUrl (line 319) | public function testGetUrl() method testSetHttpClient (line 326) | public function testSetHttpClient() method testSetHttpAsyncClient (line 333) | public function testSetHttpAsyncClient() method testSetHttpClientException (line 340) | public function testSetHttpClientException() method testSetOptionsStringKey (line 347) | public function testSetOptionsStringKey() method testSetBadOptions (line 354) | public function testSetBadOptions() method testSetMessageFactory (line 362) | public function testSetMessageFactory() FILE: test/unit/TransmissionTest.php class TransmissionTest (line 9) | class TransmissionTest extends TestCase method setUp (line 55) | public function setUp(): void method tearDown (line 63) | public function tearDown(): void method testInvalidEmailFormat (line 68) | public function testInvalidEmailFormat() method testGet (line 79) | public function testGet() method testPut (line 101) | public function testPut() method testPost (line 123) | public function testPost() method testPostWithRecipientList (line 145) | public function testPostWithRecipientList() method testDelete (line 170) | public function testDelete() method testFormatPayload (line 192) | public function testFormatPayload()