Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4103465
XmlDumpWriterOpenPageHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
785 B
Referenced Files
None
Subscribers
None
XmlDumpWriterOpenPageHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
use
MediaWiki\Title\Title
;
use
stdClass
;
use
XmlDumpWriter
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "XmlDumpWriterOpenPage" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
XmlDumpWriterOpenPageHook
{
/**
* This hook is called at the end of XmlDumpWriter::openPage, to allow
* extra metadata to be added.
*
* @since 1.35
*
* @param XmlDumpWriter $obj
* @param string &$out Output string
* @param stdClass $row Database row for the page
* @param Title $title Title of the page
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onXmlDumpWriterOpenPage
(
$obj
,
&
$out
,
$row
,
$title
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 17:59 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bc/5f/2c47c63e42de8307ab3c55256267
Default Alt Text
XmlDumpWriterOpenPageHook.php (785 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment