Ejemplo n.º 1
0
 /**
  * Recupera TODOS OS HOSTs
  *  - com MAC ADDRESS registrados no SGBD...
  *  - Ordenando por IP...
  */
 public function get_todos_hosts()
 {
     return parent::get_todos_objetos("host", TRUE, "macAddressHost", "ipHost");
 }