$endpointUrlAppend
$endpointUrlAppend : mixed
endpointUrlAppend
String that will be appended to the API instance url
StatusCode class.
refresh() : \mCASH\mCASHObject|static
refresh function.
Reloads the current instance from the mCASH Api
_request(mixed $method, mixed $url, array $params = array(), mixed $opts = null) : \mCASH\mCASHObject|static
_request function.
Handles request to the mCASH API and returns and instance of mCASHObject or the current class
| mixed | $method | |
| mixed | $url | |
| array | $params | (default: array()) |
| mixed | $opts | (default: null) |
_create(mixed $params = null, mixed $opts = null) : \mCASH\mCASHObject|Static
_create function.
Sends POST with parameters to mCASH Api. Used when creating new objects
| mixed | $params | (default: null) |
| mixed | $opts | (default: null) |
_all(mixed $params = null, mixed $opts = null) : \mCASH\mCASHObject|Static
_all function.
Fetches all object of given type from mCASH Api
| mixed | $params | (default: null) |
| mixed | $opts | (default: null) |