UuidResourceWithUuidParentApi
extends UuidResourceApi
in package
V3ApiBase
Add constructors and some basic scaffolding that will work for all API classes regardless of which endpoints they implement
Tags
Table of Contents
- __construct() : mixed
- getClient() : Client
- getParentResourceId() : int|null
- getParentUuid() : string
- getResourceId() : int|null
- getUuid() : string
- setParentUuid() : void
- setUuid() : void
Methods
__construct()
public
__construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed
Parameters
- $client : Client
- $resourceId : int|null = null
- $parentResourceId : int|null = null
Tags
Return values
mixed —getClient()
public
getClient() : Client
Tags
Return values
Client —getParentResourceId()
public
getParentResourceId() : int|null
Tags
Return values
int|null —getParentUuid()
public
getParentUuid() : string
Tags
Return values
string —getResourceId()
public
getResourceId() : int|null
Tags
Return values
int|null —getUuid()
public
getUuid() : string
Tags
Return values
string —setParentUuid()
public
setParentUuid(string $parentUuid) : void
Parameters
- $parentUuid : string
Tags
Return values
void —setUuid()
public
setUuid(string $uuid) : void
Parameters
- $uuid : string