Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4135406
BabelBox.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
528 B
Referenced Files
None
Subscribers
None
BabelBox.php
View Options
<?php
/**
* Contains interface code.
*
* @file
* @license GPL-2.0-or-later
*/
declare
(
strict_types
=
1
);
namespace
MediaWiki\Babel\BabelBox
;
use
ParserOutput
;
/**
* Interface for babel boxes.
*/
interface
BabelBox
{
/**
* Return the babel box code.
*
* @return string HTML
*/
public
function
render
():
string
;
/**
* Adds categories to the given ParserOutput.
*
* @param ParserOutput $output Parser output to add categories to
*/
public
function
addCategories
(
ParserOutput
$output
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 13:09 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
02/c6/ffaa12aba64ed52588a57c77f384
Default Alt Text
BabelBox.php (528 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment