Page MenuHomeWickedGov Phorge

Fun2sq.php
No OneTemporary

Size
351 B
Referenced Files
None
Subscribers
None

Fun2sq.php

<?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

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)

Event Timeline