From 9c08c66574ac79d67b3be38b0ee35244366501c0 Mon Sep 17 00:00:00 2001 From: Yamir Ramirez Date: Thu, 15 Oct 2015 18:27:46 -0500 Subject: [PATCH] add call getServer add call getServer to read the TLDs --- src/Phois/Whois/Whois.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Phois/Whois/Whois.php b/src/Phois/Whois/Whois.php index 3205dcb..9d71069 100644 --- a/src/Phois/Whois/Whois.php +++ b/src/Phois/Whois/Whois.php @@ -195,4 +195,8 @@ public function isValid() return false; } + + public function getServers() { + return $this->servers; + } }