ActionScheduler_HybridStore::get_claim_count
Get the claim count from the table data store.
Method of the class: ActionScheduler_HybridStore{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_HybridStore = new ActionScheduler_HybridStore(); $ActionScheduler_HybridStore->get_claim_count();
ActionScheduler_HybridStore::get_claim_count() ActionScheduler HybridStore::get claim count code WC 10.6.2
public function get_claim_count() {
return $this->primary_store->get_claim_count();
}