Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4111377
MMLmn.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
370 B
Referenced Files
None
Subscribers
None
MMLmn.php
View Options
<?php
namespace
MediaWiki\Extension\Math\WikiTexVC\MMLnodes
;
/**
* Presentation MathML 3 Element
* name: "mn"
* description: "number"
* category: "Token Elements"
*/
class
MMLmn
extends
MMLleaf
{
public
function
__construct
(
string
$texclass
=
""
,
array
$attributes
=
[],
string
$text
=
""
)
{
parent
::
__construct
(
"mn"
,
$texclass
,
$attributes
,
$text
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 22:19 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fb/85/6c11087b39ad14ae8333ab21ddab
Default Alt Text
MMLmn.php (370 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment