Skip to content
Last updated

WHMCS\UsageBilling\Contracts\Metrics\ProviderInterface

Interface

ProviderInterface

Methods

metrics

public function metrics()

All metrics supported by provider, keyed by metric system name

Returns MetricInterface[]

tenantUsage

public function tenantUsage($tenant)

Returns MetricInterface[]

usage

public function usage()

All usage of the provider, keyed by tenant id

Returns array