Table of Contents
Properties
-
$collection
: array<string|int, mixed>
-
$instance
: object
Methods
-
add()
: mixed
-
get()
: array<string|int, mixed>
-
singleton()
: static
$collection
protected
array<string|int, mixed>
$collection
$instance
protected
static object
$instance
add()
public
add(string $type, string $path) : mixed
Parameters
-
$type
: string
-
-
$path
: string
-
get()
public
get(mixed $type) : array<string|int, mixed>
Parameters
-
$type
: mixed
-
Return values
array<string|int, mixed>
singleton()
public
static singleton() : static
-
static
-