Page MenuHomeWickedGov Phorge

MMLmtext.php
No OneTemporary

Size
376 B
Referenced Files
None
Subscribers
None

MMLmtext.php

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

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 15:14 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
20/b0/db5a359bf31c6921f5994e5b53c4
Default Alt Text
MMLmtext.php (376 B)

Event Timeline