MediaWiki REL1_39
NullMetric.php
Go to the documentation of this file.
1<?php
29declare( strict_types=1 );
30
31namespace Wikimedia\Metrics;
32
34
42 public function __call( string $method_name, array $args ) {
43 return null;
44 }
45
46}
__call(string $method_name, array $args)
Silently suppress all undefined method calls.
if( $line===false) $args
Definition mcc.php:124