GetNodes function

feature/node-rewrite
Sven Slootweg 13 years ago
parent 7a63e6462f
commit e13470b28a

@ -35,6 +35,11 @@ class Node extends CPHPDatabaseRecordClass
);
public $ssh = null;
public function GetNodes()
{
var_dump($this->ssh->RunCommand("vzlist -a"));
}
}
?>

Loading…
Cancel
Save