ActionConfigurationOptions
ActionConfigurationOptions.php
:
22
Implements
OptionsBag, IteratorAggregate, ArrayAccess
Methods¶
__construct()
¶
ActionConfigurationOptions.php
:
30
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$options | array<string, mixed> | - | - |
all()
¶
ActionConfigurationOptions.php
:
38
|
|
Return values
array<string, mixed>
get()
¶
ActionConfigurationOptions.php
:
48
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$key | string | - | - |
$default | mixed|null | null | - |
Return values
mixed|null
getIterator()
¶
ActionConfigurationOptions.php
:
58
|
|
Return values
Iterator
has()
¶
ActionConfigurationOptions.php
:
53
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$key | string | - | - |
Return values
bool
offsetExists()
¶
ActionConfigurationOptions.php
:
63
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | mixed | - | - |
Return values
bool
offsetGet()
¶
ActionConfigurationOptions.php
:
68
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | mixed | - | - |
offsetSet()
¶
ActionConfigurationOptions.php
:
77
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | mixed | - | - |
$value | mixed | - | - |
Return values
never
offsetUnset()
¶
ActionConfigurationOptions.php
:
85
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | mixed | - | - |
Return values
never