Загрузка...
Поиск...
Не найдено
См. документацию.
3declare(strict_types=1);
5namespace Bitrix\Im\V2\Common;
13 public static function getInstance():
static
15 if (static::$instance ===
null)
17 static::$instance =
new static();
20 return static::$instance;
23 private function __construct()
29 throw new RuntimeException(
'Cannot clone a singleton');
34 throw new RuntimeException(
'Cannot wake up a singleton');