Copied!
CloneableInstantiable
Methods
public __construct(PHPFUI\ConstantContact\Client $client, string $urlPath)
public getLastError() : string
public getResponseText() : string
public getStatusCode() : int
public next() : array
 

If the endpoint is paginated, you can call next() to retrieve the next set of data. If no next is provided, an empty array is returned.

  • return array filled with next part of the response from the endpoint, or empty if no next.
public success() : bool
Properties
protected PHPFUI\ConstantContact\Client $client
protected string $urlPath
Methods
protected doDelete(array $parameters) : bool
protected doGet(array $parameters) : array
protected doPatch(array $parameters) : array
protected doPost(array $parameters) : array
protected doPut(array $parameters) : array
Methods
private getUrl(array $parameters) : string
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration