• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/timermanager.php
  • Класс: CTaskTimerManager
  • Вызов: CTaskTimerManager::__construct
private function __construct($userId)
{
	CTaskAssert::assertLaxIntegers($userId);
	CTaskAssert::assert($userId > 0);

	$this->userId = (int) $userId;
}