• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/shiftplanrepository.php
  • Класс: BitrixTimemanRepositoryScheduleShiftPlanRepository
  • Вызов: ShiftPlanRepository::getActivePlansQuery
public function getActivePlansQuery()
{
	$query = ShiftPlanTable::query();
	$query->where('DELETED', ShiftPlanTable::DELETED_NO);
	return $query;
}