ActionScheduler_StoreSchema::__constructpublicWC 1.0

Construct.

Method of the class: ActionScheduler_StoreSchema{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ActionScheduler_StoreSchema = new ActionScheduler_StoreSchema();
$ActionScheduler_StoreSchema->__construct();

ActionScheduler_StoreSchema::__construct() code WC 10.5.0

public function __construct() {
	$this->tables = array(
		self::ACTIONS_TABLE,
		self::CLAIMS_TABLE,
		self::GROUPS_TABLE,
	);
}