Documentation

V3ApiBase implements V3Api

V3ApiBase

Add constructors and some basic scaffolding that will work for all API classes regardless of which endpoints they implement

Interfaces, Classes and Traits

V3Api

Table of Contents

__construct()  : mixed
getClient()  : Client
getParentResourceId()  : int|null
getResourceId()  : int|null

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
Return values
mixed

getParentResourceId()

public getParentResourceId() : int|null
Return values
int|null

getResourceId()

public getResourceId() : int|null
Return values
int|null

Search results