MediaWiki REL1_40
|
Null Metric Implementation. More...
Public Member Functions | |
__call (string $method_name, array $args) | |
Silently suppress all undefined method calls. | |
Null Metric Implementation.
When a request from cache yields a type other than what was requested or an unrecoverable situation has occurred, an instance of this class should be passed to the caller to provide an interface that suppresses method calls against it.
Definition at line 35 of file NullMetric.php.
Wikimedia\Stats\Metrics\NullMetric::__call | ( | string | $method_name, |
array | $args ) |
Silently suppress all undefined method calls.
$method_name | string |
$args | array |
Definition at line 44 of file NullMetric.php.