Payer
extends Enum
in package
Contains enumerable Payer values
Table of Contents
Constants
- BUCKET_OWNER = 'BucketOwner'
- REQUESTER = 'Requester'
Properties
- $cache : array<string|int, mixed>
Methods
- keys() : array<string|int, mixed>
- Returns the names (or keys) of all of constants in the enum
- values() : array<string|int, mixed>
- Return the names and values of all the constants in the enum
Constants
BUCKET_OWNER
public
mixed
BUCKET_OWNER
= 'BucketOwner'
REQUESTER
public
mixed
REQUESTER
= 'Requester'
Properties
$cache
protected
static array<string|int, mixed>
$cache
= array()
A cache of all enum values to increase performance
Methods
keys()
Returns the names (or keys) of all of constants in the enum
public
static keys() : array<string|int, mixed>
Return values
array<string|int, mixed>values()
Return the names and values of all the constants in the enum
public
static values() : array<string|int, mixed>