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