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