Exemple #1
0
 public function __toString()
 {
     return parent::__toString() . ' ' . $this->_targetHostName;
 }
Exemple #2
0
 public function __toString()
 {
     return parent::__toString() . ' ' . $this->cpu . ' ' . $this->os;
 }
Exemple #3
0
 public function __toString()
 {
     return parent::__toString() . ' ' . $this->getAddressString();
 }
Exemple #4
0
 public function __toString()
 {
     $str = implode(' ', [$this->sourceHostName, $this->mailAddress, $this->serial, $this->refreshInterval, $this->retryDelay, $this->expireTime, $this->minTtl]);
     return parent::__toString() . " {$str}";
 }
Exemple #5
0
 public function __toString()
 {
     return parent::__toString() . ' ' . $this->text;
 }