ActionScheduler_HybridStore::get_claim_count()publicWC 1.0

Get the claim count from the table data store.

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

Хуков нет.

Возвращает

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

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

$ActionScheduler_HybridStore = new ActionScheduler_HybridStore();
$ActionScheduler_HybridStore->get_claim_count();

Код ActionScheduler_HybridStore::get_claim_count() WC 8.7.0

public function get_claim_count() {
	return $this->primary_store->get_claim_count();
}