Page MenuHomeWickedGov Phorge

MMLmenclose.php
No OneTemporary

Size
572 B
Referenced Files
None
Subscribers
None

MMLmenclose.php

<?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

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)

Event Timeline