Skip to content

DataObjectCollection

  • Full name: \Qubus\Support\DataObjectCollection

Methods

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

Return Value:

Returns the object or null if object does not exist.



Automatically generated on 2025-10-13