ActionScheduler_StoreSchema::__constructpublicWC 1.0

Construct.

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

Хуков нет.

Возвращает

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

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

$ActionScheduler_StoreSchema = new ActionScheduler_StoreSchema();
$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,
	);
}