ActionScheduler_LoggerSchema::__constructpublicWC 1.0

Construct.

Method of the class: ActionScheduler_LoggerSchema{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ActionScheduler_LoggerSchema::__construct() code WC 10.3.6

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