Page MenuHomeWickedGov Phorge

MMLmspace.php
No OneTemporary

Size
354 B
Referenced Files
None
Subscribers
None

MMLmspace.php

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

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 18:00 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ae/45/6802d8a20d6410fa076fcbbc438a
Default Alt Text
MMLmspace.php (354 B)

Event Timeline