Logentries\Socket::__construct PHP Méthode

__construct() public méthode

public __construct ( $url, $port )
    public function __construct($url, $port)
    {
        $this->url = $url;
        $this->port = $port;
        $this->connectionTimeout = (double) ini_get('default_socket_timeout');
    }