Page MenuHomeWickedGov Phorge

Fun1nb.php
No OneTemporary

Size
484 B
Referenced Files
None
Subscribers
None

Fun1nb.php

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

Mime Type
text/x-php
Expires
Tue, Aug 18, 23:54 (16 h, 11 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e6/7c/f892d8ef2cf06afb17b78f2246f8
Default Alt Text
Fun1nb.php (484 B)

Event Timeline