...Человеческий поиск в разработке...
- Модуль: bizproc
- Путь к файлу: ~/bitrix/modules/bizproc/classes/general/helper.php
- Класс: CBPHelper
- Вызов: CBPHelper::hasStringRepresentation
static function hasStringRepresentation($value): bool { return (is_scalar($value) || (is_object($value) && method_exists($value, '__toString'))); }