ActionScheduler_StoreSchema::__construct
Construct.
Метод класса: ActionScheduler_StoreSchema{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ActionScheduler_StoreSchema = new ActionScheduler_StoreSchema(); $ActionScheduler_StoreSchema->__construct();
Код ActionScheduler_StoreSchema::__construct() ActionScheduler StoreSchema:: construct WC 10.3.6
public function __construct() {
$this->tables = array(
self::ACTIONS_TABLE,
self::CLAIMS_TABLE,
self::GROUPS_TABLE,
);
}