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