Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4142224
Fun2sq.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
351 B
Referenced Files
None
Subscribers
None
Fun2sq.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Math\WikiTexVC\Nodes
;
class
Fun2sq
extends
Fun2
{
/** @inheritDoc */
public
function
inCurlies
()
{
return
$this
->
render
();
}
/** @inheritDoc */
public
function
render
()
{
return
'{'
.
$this
->
fname
.
'['
.
$this
->
arg1
->
render
()
.
']'
.
$this
->
arg2
->
inCurlies
()
.
'}'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 16:16 (4 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4f/36/540b0eaf34c00aeadb72930a5d09
Default Alt Text
Fun2sq.php (351 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment