File manager - Edit - /home/theblueo/questionnaire/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionClaim.php
Back
<?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; } }
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings