Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1425974
StatsdAwareInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
574 B
Referenced Files
None
Subscribers
None
StatsdAwareInterface.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 12:20 (1 d, 31 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5c/d7/2433c64480e68e0db7a087c0b6ae
Default Alt Text
StatsdAwareInterface.php (574 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment