public function __toString() { return parent::__toString() . ' ' . $this->_priority; }
public function __construct($hostName, $targetHostName, $ttl) { parent::__construct($hostName, $targetHostName, $ttl, RecordType::PTR); }