PATH:
home
/
lab2454c
/
igpma.com
/
wp-content
/
plugins
/
woocommerce
/
packages
/
action-scheduler
/
classes
/
migration
<?php namespace Action_Scheduler\Migration; /** * Class DryRun_LogMigrator * * @package Action_Scheduler\Migration * * @codeCoverageIgnore */ class DryRun_LogMigrator extends LogMigrator { /** * Simulate migrating an action log. * * @param int $source_action_id Source logger object. * @param int $destination_action_id Destination logger object. */ public function migrate( $source_action_id, $destination_action_id ) { // no-op } }
[+]
..
[-] Config.php
[edit]
[-] DryRun_ActionMigrator.php
[edit]
[-] Runner.php
[edit]
[-] ActionScheduler_DBStoreMigrator.php
[edit]
[-] DryRun_LogMigrator.php
[edit]
[-] Controller.php
[edit]
[-] Scheduler.php
[edit]
[-] ActionMigrator.php
[edit]
[-] LogMigrator.php
[edit]
[-] BatchFetcher.php
[edit]