mediawiki-extensions-Templa.../.phan/stubs/eventlogging.php
Thiemo Kreuz d08a6448e9 Track when (relevant) changes are made to <templatedata> tags
Bug: T267926
Change-Id: I55f72500b7bad7e648238560b516e870bc9130c8
2020-12-07 15:34:13 +01:00

17 lines
257 B
PHP

<?php
class EventLogging {
/**
* @param string $schemaName
* @param int $revId
* @param array $event
* @param int $options
* @return bool
*/
public static function logEvent( $schemaName, $revId, $event, $options = 0 ) {
return true;
}
}