CBPHelper::hasStringRepresentation

  1. Bitrix24 API (v. 23.675.0)
  2. bizproc
  3. CBPHelper
  4. hasStringRepresentation
  • Модуль: 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')));
}

Добавить комментарий