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