Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4114206
Fun1nb.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
484 B
Referenced Files
None
Subscribers
None
Fun1nb.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Math\WikiTexVC\Nodes
;
class
Fun1nb
extends
Fun1
{
/** @inheritDoc */
public
function
inCurlies
()
{
return
'{'
.
$this
->
render
()
.
'}'
;
}
/** @inheritDoc */
public
function
render
()
{
return
$this
->
fname
.
' '
.
$this
->
arg
->
inCurlies
()
.
' '
;
}
/** @inheritDoc */
public
function
renderMML
(
$arguments
=
[],
&
$state
=
[]
):
string
{
return
$this
->
parseToMML
(
$this
->
fname
,
$arguments
,
$state
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 23:54 (14 h, 44 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e6/7c/f892d8ef2cf06afb17b78f2246f8
Default Alt Text
Fun1nb.php (484 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment