diff --git a/src/WhoisClient.php b/src/WhoisClient.php index 13e8c7cd..b6cbe93c 100644 --- a/src/WhoisClient.php +++ b/src/WhoisClient.php @@ -52,6 +52,9 @@ class WhoisClient /** @var int Communications timeout */ public $stimeout = 10; + /** @var WhoisClient */ + public $deepWhois; + /** @var string[] List of servers and handlers (loaded from servers.whois) */ public $DATA = array();