Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4100496
MMLmenclose.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
572 B
Referenced Files
None
Subscribers
None
MMLmenclose.php
View Options
<?php
namespace
MediaWiki\Extension\Math\WikiTexVC\MMLnodes
;
/**
* Presentation MathML 3 Element
* name: "menclose"
* description: "The menclose element renders its content inside the enclosing notation specified
* by its notation attribute."
* category: General Layout Schemata
* @deprecated is not part of MathML core specification: T389712
*/
class
MMLmenclose
extends
MMLbase
{
public
function
__construct
(
string
$texclass
=
""
,
array
$attributes
=
[],
MMLbase
...
$children
)
{
parent
::
__construct
(
"menclose"
,
$texclass
,
$attributes
,
$children
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 16:25 (3 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0e/3a/4a4069f4f1fa1b8a7b357ef464c3
Default Alt Text
MMLmenclose.php (572 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment