• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/schedulerepository.php
  • Класс: BitrixTimemanRepositoryScheduleScheduleRepository
  • Вызов: ScheduleRepository::queryEmployees
public function queryEmployees()
{
	$res = $this->getUsersBaseQuery();
	$this->addUserEmployeeCondition($res);
	return $res;
}