Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4117428
XMLNode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
377 B
Referenced Files
None
Subscribers
None
XMLNode.php
View Options
<?php
namespace
MediaWiki\Extension\Math\WikiTexVC
;
/**
* This is a helper class for MMLComparator currently
* to load MathML Strings to PHP objects.
*/
class
XMLNode
{
/** @var mixed */
public
$value
;
/** @var self[] */
public
$children
;
/**
* @param mixed $value
*/
public
function
__construct
(
$value
)
{
$this
->
value
=
$value
;
$this
->
children
=
[];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 02:11 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
71/82/868815596f6311ee11d617af5625
Default Alt Text
XMLNode.php (377 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment