Page MenuHomeWickedGov Phorge

Dollar.php
No OneTemporary

Size
393 B
Referenced Files
None
Subscribers
None

Dollar.php

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

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)

Event Timeline