• Модуль: webservice
  • Путь к файлу: ~/bitrix/modules/webservice/classes/general/xmlcreator.php
  • Класс: CXMLCreator
  • Вызов: CXMLCreator::__construct
public function __construct($tag, $cdata = false)
{
	$cdata ? $this->setCDATA() : null;
	$this->tag = $tag;
}