ActionScheduler_StoreSchema::__construct()publicWC 1.0

Method of the class: ActionScheduler_StoreSchema{}

No Hooks.

Return

null. Nothing (null).

Usage

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

ActionScheduler_StoreSchema::__construct() code WC 8.7.0

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