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