Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/AbuseFilter/includes/Parser/AFPSyntaxTree.php
Ðазад
<?php namespace MediaWiki\Extension\AbuseFilter\Parser; /** * A class representing a whole AST generated by AFPTreeParser, holding AFPTreeNode's. This wrapper * could be expanded in the future. For now, it's mostly useful for typehints, and to have an * evalTree function in the evaluator. */ class AFPSyntaxTree { /** * @var AFPTreeNode|null */ private $rootNode; /** * @param AFPTreeNode|null $root */ public function __construct( ?AFPTreeNode $root = null ) { $this->rootNode = $root; } /** * @return AFPTreeNode|null */ public function getRoot(): ?AFPTreeNode { return $this->rootNode; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка