Thruway\Transport\RatchetTransportProvider::__construct PHP Метод

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

Constructor
public __construct ( string $address = "127.0.0.1", string | integer $port = 8080 )
$address string
$port string | integer
    public function __construct($address = "127.0.0.1", $port = 8080)
    {
        $this->port = $port;
        $this->address = $address;
        $this->sessions = new \SplObjectStorage();
    }