• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/monitor/monitoruserlogtable.php
  • Класс: BitrixTimemanModelMonitorMonitorUserLogTable
  • Вызов: MonitorUserLogTable::validatePrivateCode
static function validatePrivateCode()
{
	return [
		new LengthValidator(null, 40),
	];
}