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