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