• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/action/import.php
  • Класс: BitrixRestConfigurationActionImport
  • Вызов: Import::setManifestCode
public function setManifestCode($code): bool
{
	$this->manifestCode = $code;

	return true;
}