Exemple #1
0
 public function endToString()
 {
     $ret = '';
     if ($this->rownum == 0 && $this->message !== null) {
         $ret .= $this->prepareRow(new CCol($this->message), ZBX_STYLE_NOTHING_TO_SHOW)->toString();
     }
     $ret .= parent::endToString();
     return $ret;
 }