403Webshell
Server IP : 172.67.158.161  /  Your IP : 18.227.209.251
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/proc/thread-self/root/home/giankuin/thietke365.net/wp-content/plugins/mailpoet/vendor/woocommerce/action-scheduler/classes/migration/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/proc/thread-self/root/home/giankuin/thietke365.net/wp-content/plugins/mailpoet/vendor/woocommerce/action-scheduler/classes/migration/Config.php
<?php
namespace Action_Scheduler\Migration;
if (!defined('ABSPATH')) exit;
use Action_Scheduler\WP_CLI\ProgressBar;
use ActionScheduler_Logger as Logger;
use ActionScheduler_Store as Store;
class Config {
 private $source_store;
 private $source_logger;
 private $destination_store;
 private $destination_logger;
 private $progress_bar;
 private $dry_run = false;
 public function __construct() {
 }
 public function get_source_store() {
 if ( empty( $this->source_store ) ) {
 throw new \RuntimeException( __( 'Source store must be configured before running a migration', 'action-scheduler' ) );
 }
 return $this->source_store;
 }
 public function set_source_store( Store $store ) {
 $this->source_store = $store;
 }
 public function get_source_logger() {
 if ( empty( $this->source_logger ) ) {
 throw new \RuntimeException( __( 'Source logger must be configured before running a migration', 'action-scheduler' ) );
 }
 return $this->source_logger;
 }
 public function set_source_logger( Logger $logger ) {
 $this->source_logger = $logger;
 }
 public function get_destination_store() {
 if ( empty( $this->destination_store ) ) {
 throw new \RuntimeException( __( 'Destination store must be configured before running a migration', 'action-scheduler' ) );
 }
 return $this->destination_store;
 }
 public function set_destination_store( Store $store ) {
 $this->destination_store = $store;
 }
 public function get_destination_logger() {
 if ( empty( $this->destination_logger ) ) {
 throw new \RuntimeException( __( 'Destination logger must be configured before running a migration', 'action-scheduler' ) );
 }
 return $this->destination_logger;
 }
 public function set_destination_logger( Logger $logger ) {
 $this->destination_logger = $logger;
 }
 public function get_dry_run() {
 return $this->dry_run;
 }
 public function set_dry_run( $dry_run ) {
 $this->dry_run = (bool) $dry_run;
 }
 public function get_progress_bar() {
 return $this->progress_bar;
 }
 public function set_progress_bar( ProgressBar $progress_bar ) {
 $this->progress_bar = $progress_bar;
 }
}

Youez - 2016 - github.com/yon3zu
LinuXploit