ArrayCollection
- Full name:
\Qubus\Config\ArrayCollection
- This class implements:
\Countable
,\IteratorAggregate
,\ArrayAccess
Properties
container
Methods
__construct
Parameters:
Parameter | Type | Description |
---|---|---|
$elements | array |
toArray
jsonSerialize
offsetExists
Parameters:
Parameter | Type | Description |
---|---|---|
$offset | string |
offsetGet
Parameters:
Parameter | Type | Description |
---|---|---|
$offset | string |
offsetSet
Parameters:
Parameter | Type | Description |
---|---|---|
$offset | mixed | |
$value | mixed |
offsetUnset
Parameters:
Parameter | Type | Description |
---|---|---|
$offset | string |
count
getIterator
get
Parameters:
Parameter | Type | Description |
---|---|---|
$key | mixed | |
$default | mixed|null |
set
Parameters:
Parameter | Type | Description |
---|---|---|
$key | string | |
$value | mixed |
add
Parameters:
Parameter | Type | Description |
---|---|---|
$value | mixed |
remove
Parameters:
Parameter | Type | Description |
---|---|---|
$key | string |
removeAll
Automatically generated on 2025-10-13