• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/body.php
  • Класс: BitrixDocumentGeneratorBody
  • Вызов: Body::getCodeFromPlaceholder
static function getCodeFromPlaceholder($code)
{
	$matches = static::matchFieldNames($code);
	return reset($matches);
}