Soong
Soong provides a general-purpose ETL library for data migration.
SimpleTask Class Reference

Basic base class for migration tasks. More...

Inheritance diagram for SimpleTask:
OptionsResolverComponent Task ConfigurableComponent ConfigurableComponent SimpleEtlTask

Protected Member Functions

 optionDefinitions ()
 
- Protected Member Functions inherited from OptionsResolverComponent
 optionDefinitions ()
 List of definition arrays for each option supported by the component. More...
 

Additional Inherited Members

- Public Member Functions inherited from OptionsResolverComponent
 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.
More...
 
 getAllConfigurationValues ()
 Retrieve a list of all available configuration values.
Returns
iterable Option values keyed by names.
More...
 
- Protected Attributes inherited from OptionsResolverComponent
 $configuration = []
 Resolved configuration for the component. More...
 
 $resolver
 Use Symfony OptionsResolver as our default configuration manager. More...
 

Detailed Description

Basic base class for migration tasks.

Member Function Documentation

◆ optionDefinitions()

optionDefinitions ( )
protected