Soong
Soong provides a general-purpose ETL library for data migration.
ConfigurableComponent Interface Reference
Inheritance diagram for ConfigurableComponent:
OptionsResolverComponent Extractor Filter KeyMap Loader Task PropertyTransformer RecordTransformer

Public Member Functions

 getConfigurationValue (string $optionName)
 Retrieve a configuration value for a named option. More...
 
 getAllConfigurationValues ()
 Retrieve a list of all available configuration values. More...
 

Member Function Documentation

◆ getConfigurationValue()

getConfigurationValue ( string  $optionName)

Retrieve a configuration value for a named option.

Parameters
string$optionNameName of the option to retrieve.
Returns
mixed|null Retrieved value, or NULL if unset.

Implemented in OptionsResolverComponent, and TestFilter.

◆ getAllConfigurationValues()

getAllConfigurationValues ( )

Retrieve a list of all available configuration values.

Returns
iterable Option values keyed by names.

Implemented in OptionsResolverComponent, and TestFilter.