ActionScheduler_LoggerSchema::__construct
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() ActionScheduler LoggerSchema:: construct code WC 10.3.6
public function __construct() {
$this->tables = array(
self::LOG_TABLE,
);
}