• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/notification/event/eventhandler.php
  • Класс: Bitrix\Tasks\Internals\Notification\Event\EventHandler
  • Вызов: EventHandler::getInstance
static function getInstance(): EventHandler
{
	if (!self::$instance)
	{
		self::$instance = new self();
	}

	return self::$instance;
}