PHPPM\React\Server::__construct PHP Метод

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

public __construct ( React\EventLoop\LoopInterface $loop )
$loop React\EventLoop\LoopInterface
    public function __construct(LoopInterface $loop)
    {
        $this->loop = $loop;
    }