Table of Contents
Properties
-
$bucketedAt
: array<string|int, mixed>
-
$list
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
add()
: mixed
-
get()
: string|null
-
getBucket()
: array<string|int, mixed>
-
getBucketedAt()
: DateTime|null
-
getSize()
: int
$bucketedAt
private
array<string|int, mixed>
$bucketedAt
$list
private
array<string|int, mixed>
$list
__construct()
public
__construct([array<string|int, mixed> $list = [] ]) : mixed
Parameters
-
$list
: array<string|int, mixed>
= []
-
add()
public
add(string $key, string $value) : mixed
Parameters
-
$key
: string
-
-
$value
: string
-
get()
public
get(string $key) : string|null
Parameters
-
$key
: string
-
Return values
string|null
getBucket()
public
getBucket() : array<string|int, mixed>
Return values
array<string|int, mixed>
getBucketedAt()
public
getBucketedAt(string $key) : DateTime|null
Parameters
-
$key
: string
-
Return values
DateTime|null
getSize()
public
getSize() : int