StoreLogsApi
extends V3ApiBase
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
- SYSTEM_LOGS_ENDPOINT = 'store/systemlogs'
- __construct() : mixed
- get() : SystemLogsResponse
- getClient() : Client
- getParentResourceId() : int|null
- getResourceId() : int|null
Constants
SYSTEM_LOGS_ENDPOINT
public
mixed
SYSTEM_LOGS_ENDPOINT
= 'store/systemlogs'
Tags
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 —get()
public
get([array<string|int, mixed> $queryParams = [] ]) : SystemLogsResponse
Parameters
- $queryParams : array<string|int, mixed> = []
Tags
Return values
SystemLogsResponse —getClient()
public
getClient() : Client
Tags
Return values
Client —getParentResourceId()
public
getParentResourceId() : int|null
Tags
Return values
int|null —getResourceId()
public
getResourceId() : int|null