• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/body.php
  • Класс: BitrixDocumentGeneratorBody
  • Вызов: Body::printValue
protected function printValue($value, $placeholder, $modifier = '', array $params = [])
{
	$value = $this->getStringValue($value, $placeholder, $modifier, $params);

	$stringValue = new ValuePlaneString($value);

	return $stringValue->toString($modifier);
}