• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/shiftplanrepository.php
  • Класс: BitrixTimemanRepositoryScheduleShiftPlanRepository
  • Вызов: ShiftPlanRepository::findAllActive
public function findAllActive($select = [], $filter = null)
{
	return $this->buildAllActiveQuery($select, $filter)
		->exec()
		->fetchCollection();
}