Page MenuHomeWickedGov Phorge

StatsdAwareInterface.php
No OneTemporary

Size
574 B
Referenced Files
None
Subscribers
None

StatsdAwareInterface.php

<?php
namespace Wikimedia\Stats;
use Liuggio\StatsdClient\Factory\StatsdDataFactoryInterface;
/**
* Describes a Statsd aware interface
*
* @stable to implement
*
* @since 1.27
* @author Addshore
*/
interface StatsdAwareInterface {
/**
* Sets a StatsdDataFactory instance on the object
*
* @param StatsdDataFactoryInterface $statsFactory
* @return null
*/
public function setStatsdDataFactory( StatsdDataFactoryInterface $statsFactory );
}
/** @deprecated class alias since 1.43 */
class_alias( StatsdAwareInterface::class, 'StatsdAwareInterface' );

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 14:28 (3 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cc/76/33b85b993cb8bc65453abc0785d2
Default Alt Text
StatsdAwareInterface.php (574 B)

Event Timeline