Esempio n. 1
0
 public function __construct($hostName, Address $address, $ttl)
 {
     parent::__construct($hostName, $address, $ttl, RecordType::AAAA);
 }
Esempio n. 2
0
 public function __toString()
 {
     return parent::__toString() . ' ' . $this->getChainedHostName() . ' ' . $this->getMaskLength();
 }