BaseServiceException::setResult

  1. Bitrix24 API (v. 23.675.0)
  2. timeman
  3. BaseServiceException
  4. setResult
  • Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/exception/baseserviceexception.php
  • Класс: Bitrix\Timeman\Service\Exception\BaseServiceException
  • Вызов: BaseServiceException::setResult
public function setResult($result)
{
	$this->result = $result;
	return $this;
}

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