Thruway\Subscription\StateHandlerRegistry::__construct PHP Метод

__construct() публичный Метод

public __construct ( string $realm, React\EventLoop\LoopInterface $loop = null )
$realm string
$loop React\EventLoop\LoopInterface
    function __construct($realm, LoopInterface $loop = null)
    {
        $this->stateHandlerMap = new \SplObjectStorage();
        $this->setReady(false);
        parent::__construct($realm, $loop);
    }