MediaWiki REL1_34
StatsdAwareInterface.php
Go to the documentation of this file.
1<?php
2
3use Liuggio\StatsdClient\Factory\StatsdDataFactoryInterface;
4
12
19 public function setStatsdDataFactory( StatsdDataFactoryInterface $statsFactory );
20
21}
Describes a Statsd aware interface.
setStatsdDataFactory(StatsdDataFactoryInterface $statsFactory)
Sets a StatsdDataFactory instance on the object.