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