Page MenuHomeWickedGov Phorge

MMLmroot.php
No OneTemporary

Size
391 B
Referenced Files
None
Subscribers
None

MMLmroot.php

<?php
namespace MediaWiki\Extension\Math\WikiTexVC\MMLnodes;
/**
* Presentation MathML 3 Element
* name: "mroot"
* description: "form a radical with specified index"
* category: "General Layout Schemata"
*/
class MMLmroot extends MMLbase {
public function __construct( string $texclass = "", array $attributes = [] ) {
parent::__construct( "mroot", $texclass, $attributes );
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 09:59 (2 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c2/a7/4b6a0282c9bdf4deadd157da8ad7
Default Alt Text
MMLmroot.php (391 B)

Event Timeline