MailboxDirectoryStorage
Table of Contents
Methods
-
__construct()
: mixed
-
get()
: mixed
-
getByHash()
: mixed
-
getByPath()
: mixed
-
init()
: mixed
-
set()
: mixed
__construct()
public
__construct(mixed $mailboxId) : mixed
Parameters
-
$mailboxId
: mixed
-
get()
public
get(string $key[, mixed $default = null ]) : mixed
Parameters
-
$key
: string
-
-
$default
: mixed
= null
-
getByHash()
public
getByHash(string $key) : mixed
Parameters
-
$key
: string
-
getByPath()
public
getByPath(string $key) : mixed
Parameters
-
$key
: string
-
init()
public
init() : mixed
set()
public
set(array<string|int, mixed> $items) : mixed
Parameters
-
$items
: array<string|int, mixed>
-