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