Page MenuHomeWickedGov Phorge

EventSubmitter.php
No OneTemporary

Size
458 B
Referenced Files
None
Subscribers
None

EventSubmitter.php

<?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

Mime Type
text/x-php
Expires
Sat, May 16, 13:20 (1 d, 20 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a8/b3/5484609108ed68938c235f117f7c
Default Alt Text
EventSubmitter.php (458 B)

Event Timeline