MediaWiki master
StatsdAwareInterface.php
Go to the documentation of this file.
1<?php
2
3namespace Wikimedia\Stats;
4
5use Liuggio\StatsdClient\Factory\StatsdDataFactoryInterface;
6
16
23 public function setStatsdDataFactory( StatsdDataFactoryInterface $statsFactory );
24
25}
26
28class_alias( StatsdAwareInterface::class, 'StatsdAwareInterface' );
Describes a Statsd aware interface.
setStatsdDataFactory(StatsdDataFactoryInterface $statsFactory)
Sets a StatsdDataFactory instance on the object.