1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
comment.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Web\DOM;
4
5
class
Comment
extends
Node
6
{
7
public
function
__construct
(
$comment
)
8
{
9
$this->
init
();
10
$this->nodeType = self::COMMENT_NODE;
11
12
$this->nodeValue =
$comment
;
13
$this->nodeName =
'#comment'
;
14
}
15
16
public
function
setNodeValue
(
$comment
)
17
{
18
$this->nodeValue =
$comment
;
19
}
20
21
public
function
getTextContent
()
22
{
23
return
$this->nodeValue
;
24
}
25
}
Bitrix\Main\Web\DOM\Comment
Определения
comment.php:6
Bitrix\Main\Web\DOM\Comment\setNodeValue
setNodeValue($comment)
Определения
comment.php:16
Bitrix\Main\Web\DOM\Comment\getTextContent
getTextContent()
Определения
comment.php:21
Bitrix\Main\Web\DOM\Comment\__construct
__construct($comment)
Определения
comment.php:7
Bitrix\Main\Web\DOM\Node
Определения
node.php:5
Bitrix\Main\Web\DOM\Node\init
init()
Определения
node.php:58
Bitrix\Main\Web\DOM\Node\$nodeValue
$nodeValue
Определения
node.php:31
$comment
$comment
Определения
template.php:15
bitrix
modules
main
lib
web
dom
comment.php
Создано системой
1.14.0