Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4136256
Dollar.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
393 B
Referenced Files
None
Subscribers
None
Dollar.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Math\WikiTexVC\Nodes
;
class
Dollar
extends
TexNode
{
public
function
__construct
(
TexArray
$value
)
{
parent
::
__construct
(
$value
);
}
/** @inheritDoc */
public
function
render
()
{
return
'$'
.
parent
::
render
()
.
'$'
;
}
/** @inheritDoc */
public
function
extractIdentifiers
(
$args
=
null
)
{
return
[];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 13:36 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
35/33/ca55abb850d952a58ea0a8ec5d80
Default Alt Text
Dollar.php (393 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment