ActionConfigurationOptions
        ActionConfigurationOptions.php
                :
        22
                
    
                                Final
                
        
                    
                Implements
                                    OptionsBag,                                     IteratorAggregate,                                     ArrayAccess                            
        
                Methods¶
                
__construct()
            ¶
    
        
        ActionConfigurationOptions.php
                :
        30
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $options | array<string, mixed> | - | - | 
                
all()
            ¶
    
        
        ActionConfigurationOptions.php
                :
        35
                
    
        Returns all options as an associative array.
| 
                     | 
                
                    
                     | 
            
Return values
array<string, mixed>
                
get()
            ¶
    
        
        ActionConfigurationOptions.php
                :
        40
                
    
        Returns the value of the option identified by $key.
| 
                     | 
                
                    
                     | 
            
If the option does not exist, returns $default.
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $key | string | - | - | 
| $default | mixed | null | - | 
                
getIterator()
            ¶
    
        
        ActionConfigurationOptions.php
                :
        50
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
Iterator
                
has()
            ¶
    
        
        ActionConfigurationOptions.php
                :
        45
                
    
        Checks if the option identified by $key exists.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $key | string | - | - | 
Return values
bool
                
offsetExists()
            ¶
    
        
        ActionConfigurationOptions.php
                :
        55
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | mixed | - | - | 
Return values
bool
                
offsetGet()
            ¶
    
        
        ActionConfigurationOptions.php
                :
        60
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | mixed | - | - | 
                
offsetSet()
            ¶
    
        
        ActionConfigurationOptions.php
                :
        65
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | mixed | - | - | 
| $value | mixed | - | - | 
                
offsetUnset()
            ¶
    
        
        ActionConfigurationOptions.php
                :
        70
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | mixed | - | - |