Exemplo n.º 1
0
 function GetSourceForPDU()
 {
     $this->GetPDU();
     $panel = new PowerPanel();
     $panel->PanelID = $this->PanelID;
     $r = $panel->getPowerSource();
     return $r->PanelID;
 }