Пример #1
0
 public function isSameTopLevelDomain(Uri $uri)
 {
     return $this->getTopLevelDomain() == $uri->getTopLevelDomain();
 }