Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4099960
MMLmerror.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
445 B
Referenced Files
None
Subscribers
None
MMLmerror.php
View Options
<?php
namespace
MediaWiki\Extension\Math\WikiTexVC\MMLnodes
;
/**
* Presentation MathML 3 Element
* name: "merror"
* description: "enclose a syntax error message from a preprocessor"
* category: "General Layout Schemata"
*/
class
MMLmerror
extends
MMLbase
{
public
function
__construct
(
string
$texclass
=
""
,
array
$attributes
=
[],
MMLbase
...
$children
)
{
parent
::
__construct
(
"merror"
,
$texclass
,
$attributes
,
...
$children
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 16:09 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8c/d2/76306250f98e9055db135cf7ea1c
Default Alt Text
MMLmerror.php (445 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment