Page MenuHomeWickedGov Phorge

MMLmerror.php
No OneTemporary

Size
445 B
Referenced Files
None
Subscribers
None

MMLmerror.php

<?php
namespace MediaWiki\Extension\Math\WikiTexVC\MMLnodes;
/**
* Presentation MathML 3 Element
* name: "merror"
* description: "enclose a syntax error message from a preprocessor"
* category: "General Layout Schemata"
*/
class MMLmerror extends MMLbase {
public function __construct( string $texclass = "", array $attributes = [], MMLbase ...$children ) {
parent::__construct( "merror", $texclass, $attributes, ...$children );
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 16:09 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8c/d2/76306250f98e9055db135cf7ea1c
Default Alt Text
MMLmerror.php (445 B)

Event Timeline