File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/main/lib/web/dom/text.php
Back
<?php namespace Bitrix\Main\Web\DOM; class Text extends Node { public function __construct($text) { $this->init(); $this->nodeType = self::TEXT_NODE; $this->nodeValue = $text; $this->nodeName = '#text'; } public function setNodeValue($text) { $this->nodeValue = $text; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings