• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/util/form/baseform.php
  • Класс: BitrixTimemanUtilFormBaseForm
  • Вызов: BaseForm::hasErrors
public function hasErrors($fieldName = null)
{
	if ($fieldName === null)
	{
		return !empty($this->errors);
	}
	return !empty($this->getErrors($fieldName));
}