ActionScheduler_LoggerSchema::__construct()publicWC 1.0

Method of the class: ActionScheduler_LoggerSchema{}

No Hooks.

Return

null. Nothing (null).

Usage

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

ActionScheduler_LoggerSchema::__construct() code WC 8.7.0

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