コード例 #1
0
ファイル: class.chostsinfo.php プロジェクト: rennhak/zabbix
 public function __construct($groupid = 0, $style = STYLE_HORISONTAL)
 {
     $this->nodeid = id2nodeid($groupid);
     $this->groupid = $groupid;
     $this->style = null;
     parent::CTable(NULL, "hosts_info");
     $this->SetOrientation($style);
 }