Page MenuHomeWickedGov Phorge

MMLmn.php
No OneTemporary

Size
370 B
Referenced Files
None
Subscribers
None

MMLmn.php

<?php
namespace MediaWiki\Extension\Math\WikiTexVC\MMLnodes;
/**
* Presentation MathML 3 Element
* name: "mn"
* description: "number"
* category: "Token Elements"
*/
class MMLmn extends MMLleaf {
public function __construct( string $texclass = "", array $attributes = [], string $text = "" ) {
parent::__construct( "mn", $texclass, $attributes, $text );
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 22:19 (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fb/85/6c11087b39ad14ae8333ab21ddab
Default Alt Text
MMLmn.php (370 B)

Event Timeline