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