ActionScheduler_LoggerSchema::__construct()publicWC 1.0

Construct.

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 9.6.0

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