RegistryTrait

Tags
see
RegistryTrait::set()
see
RegistryTrait::get()
see
RegistryTrait::exist()

Table of Contents

exist()  : bool
get()  : mixed
set()  : void

Methods

exist()

public static exist(string $key) : bool
Parameters
$key : string
Return values
bool

get()

public static get(string $key) : mixed
Parameters
$key : string
Tags
throws
InvalidArgumentException
Return values
mixed

set()

public static set(string $key, mixed $value) : void
Parameters
$key : string
$value : mixed
Tags
throws
InvalidArgumentException
Return values
void

Search results