• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/schedule/result/violationrulesserviceresult.php
  • Класс: BitrixTimemanServiceScheduleResultViolationRulesServiceResult
  • Вызов: ViolationRulesServiceResult::addScheduleNotFoundError
public function addScheduleNotFoundError()
{
	$this->addError(new Error(Loc::getMessage('TM_BASE_SERVICE_RESULT_ERROR_SCHEDULE_NOT_FOUND')));
	return $this;
}