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