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