• Модуль: biconnector
  • Путь к файлу: ~/bitrix/modules/biconnector/lib/logtable.php
  • Класс: BitrixBIConnectorLogTable
  • Вызов: LogTable::validateServiceId
static function validateServiceId(): array
{
	return [
		new LengthValidator(null, 150),
	];
}