abstract class ApiAbstractActions

Class ApiAbstract

Properties

protected String $page
protected String $per_page
static protected bool $isFormData
static protected $params
static protected $headers
static protected $url

Methods

__construct()

ApiAbstractActions constructor.

String
getPage()

No description

setPage(string $page)

No description

String
getPerPage()

No description

setPerPage(string $per_page)

No description

static MessageInterface|string
fetch()

No description

buildParams()

No description

Details

at line 45
__construct()

ApiAbstractActions constructor.

at line 53
String getPage()

Return Value

String

at line 61
setPage(string $page)

Parameters

string $page

at line 69
String getPerPage()

Return Value

String

at line 77
setPerPage(string $per_page)

Parameters

string $per_page

at line 85
static MessageInterface|string fetch()

Return Value

MessageInterface|string

at line 102
protected buildParams()