Documentation

Group extends Enum
in package

Contains enumerable Amazon S3 group options for ACL grantees

Table of Contents

Constants

ALL_USERS  = 'http://acs.amazonaws.com/groups/global/AllUsers'
AUTHENTICATED_USERS  = 'http://acs.amazonaws.com/groups/global/AuthenticatedUsers'
LOG_DELIVERY  = 'http://acs.amazonaws.com/groups/s3/LogDelivery'

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

ALL_USERS

public mixed ALL_USERS = 'http://acs.amazonaws.com/groups/global/AllUsers'

AUTHENTICATED_USERS

public mixed AUTHENTICATED_USERS = 'http://acs.amazonaws.com/groups/global/AuthenticatedUsers'

LOG_DELIVERY

public mixed LOG_DELIVERY = 'http://acs.amazonaws.com/groups/s3/LogDelivery'

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>
Return values
array<string|int, mixed>

        
On this page

Search results