Skip to content

DataType


Properties

instances

list of instances

protected object[] $instances

Methods

__construct

public __construct(): mixed

add

public add(string $key, object $value): void

Parameters:

Parameter Type Description
$key string
$value object

get

public get(string $key): object|null

Parameters:

Parameter Type Description
$key string

__get

public __get(string $key): object|null

Parameters:

Parameter Type Description
$key string