• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/worktimeservice.php
  • Класс: BitrixTimemanServiceWorktimeWorktimeService
  • Вызов: WorktimeService::__construct
public function __construct(
	WorktimeManagerFactory $recordFactory,
	WorktimeAgentManager $worktimeAgentManager,
	WorktimeActionList $actionList,
	WorktimeRepository $worktimeRepository,
	WorktimeNotificationService $notificationService,
	WorktimeLiveFeedManager $liveFeedManager
)
{
	$this->worktimeManagerFactory = $recordFactory;
	$this->worktimeAgentManager = $worktimeAgentManager;
	$this->actionList = $actionList;
	$this->worktimeRepository = $worktimeRepository;
	$this->notificationService = $notificationService;
	$this->liveFeedManager = $liveFeedManager;
}