ActionScheduler_StoreSchema::__construct()publicWC 1.0

Метод класса: ActionScheduler_StoreSchema{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ActionScheduler_StoreSchema = new ActionScheduler_StoreSchema();
$ActionScheduler_StoreSchema->__construct();

Код ActionScheduler_StoreSchema::__construct() WC 8.7.0

public function __construct() {
	$this->tables = [
		self::ACTIONS_TABLE,
		self::CLAIMS_TABLE,
		self::GROUPS_TABLE,
	];
}