Config
Class Config
Description Description
Source Source
File: packages/action-scheduler/classes/migration/Config.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Methods Methods
- __construct — Config constructor.
- get_destination_logger — Get the configured destination logger.
- get_destination_store — Get the configured destination store.
- get_dry_run — Get flag indicating whether it's a dry run.
- get_progress_bar — Get progress bar object.
- get_source_logger — Get the configured source loger.
- get_source_store — Get the configured source store.
- set_destination_logger — Set the configured destination logger.
- set_destination_store — Set the configured destination store.
- set_dry_run — Set flag indicating whether it's a dry run.
- set_progress_bar — Set progress bar object.
- set_source_logger — Set the configured source logger.
- set_source_store — Set the configured source store.