Пример #1
0
 public function __construct($hostName, Address $address, $ttl)
 {
     parent::__construct($hostName, $address, $ttl, RecordType::AAAA);
 }
Пример #2
0
 public function __toString()
 {
     return parent::__toString() . ' ' . $this->getChainedHostName() . ' ' . $this->getMaskLength();
 }