Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1426530
EventSubmitter.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
EventSubmitter.php
View Options
<?php
namespace
MediaWiki\Extension\EventLogging\EventSubmitter
;
interface
EventSubmitter
{
/**
* Submit an event according to the configuration of the given stream.
*
* @see https://wikitech.wikimedia.org/wiki/Event_Platform
* @see https://wikitech.wikimedia.org/wiki/Event_Platform/Instrumentation_How_To#In_PHP
*
* @param string $streamName
* @param array $event
*/
public
function
submit
(
string
$streamName
,
array
$event
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 13:20 (1 d, 19 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a8/b3/5484609108ed68938c235f117f7c
Default Alt Text
EventSubmitter.php (458 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment