Action_Scheduler\Migration
LogMigrator::__construct()
ActionMigrator constructor.
Method of the class: LogMigrator{}
No Hooks.
Return
null
. Nothing (null).
Usage
$LogMigrator = new LogMigrator(); $LogMigrator->__construct( $source_logger, $destination_Logger );
- $source_logger(ActionScheduler_Logger) (required)
- Source logger object.
- $destination_Logger(ActionScheduler_Logger) (required)
- Destination logger object.
LogMigrator::__construct() LogMigrator:: construct code WC 9.5.1
public function __construct( ActionScheduler_Logger $source_logger, ActionScheduler_Logger $destination_Logger ) { $this->source = $source_logger; $this->destination = $destination_Logger; }