PATH:
home
/
lab2454c
/
equitablegold.com
/
wp-content
/
plugins
/
woocommerce
/
packages
/
action-scheduler
/
classes
<?php /** * Class ActionScheduler_ActionClaim */ class ActionScheduler_ActionClaim { private $id = ''; private $action_ids = array(); public function __construct( $id, array $action_ids ) { $this->id = $id; $this->action_ids = $action_ids; } public function get_id() { return $this->id; } public function get_actions() { return $this->action_ids; } }
[-] ActionScheduler_Compatibility.php
[edit]
[-] ActionScheduler_AsyncRequest_QueueRunner.php
[edit]
[-] ActionScheduler_LogEntry.php
[edit]
[-] ActionScheduler_AdminView.php
[edit]
[-] ActionScheduler_InvalidActionException.php
[edit]
[+]
..
[-] ActionScheduler_Versions.php
[edit]
[+]
schedules
[+]
WP_CLI
[-] ActionScheduler_ActionClaim.php
[edit]
[-] ActionScheduler_QueueCleaner.php
[edit]
[+]
schema
[-] ActionScheduler_QueueRunner.php
[edit]
[-] ActionScheduler_Exception.php
[edit]
[-] ActionScheduler_wcSystemStatus.php
[edit]
[-] ActionScheduler_DataController.php
[edit]
[+]
migration
[-] ActionScheduler_ListTable.php
[edit]
[-] ActionScheduler_WPCommentCleaner.php
[edit]
[-] ActionScheduler_FatalErrorMonitor.php
[edit]
[-] ActionScheduler_NullLogEntry.php
[edit]
[+]
data-stores
[-] ActionScheduler_DateTime.php
[edit]
[-] ActionScheduler_OptionLock.php
[edit]
[+]
actions
[-] ActionScheduler_ActionFactory.php
[edit]
[+]
abstracts