ActionScheduler_StoreSchema::__construct()
Construct.
Method of the class: ActionScheduler_StoreSchema{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ActionScheduler_StoreSchema = new ActionScheduler_StoreSchema(); $ActionScheduler_StoreSchema->__construct();
ActionScheduler_StoreSchema::__construct() ActionScheduler StoreSchema:: construct code WC 9.6.1
public function __construct() { $this->tables = array( self::ACTIONS_TABLE, self::CLAIMS_TABLE, self::GROUPS_TABLE, ); }