ActionScheduler_LoggerSchema::__construct()
Method of the class: ActionScheduler_LoggerSchema{}
No Hooks.
Return
null
. Nothing.
Usage
$ActionScheduler_LoggerSchema = new ActionScheduler_LoggerSchema(); $ActionScheduler_LoggerSchema->__construct();
ActionScheduler_LoggerSchema::__construct() ActionScheduler LoggerSchema:: construct code WC 7.3.0
public function __construct() { $this->tables = [ self::LOG_TABLE, ]; }