• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/shiftrepository.php
  • Класс: BitrixTimemanRepositoryScheduleShiftRepository
  • Вызов: ShiftRepository::getActiveShiftsQuery
public function getActiveShiftsQuery()
{
	return ShiftTable::query()->where('DELETED', ShiftTable::DELETED_NO);
}