Esempio n. 1
0
 /**
  * turn off the system
  */
 public function turnOff()
 {
     $this->os->halt();
     $this->bios->powerDown();
 }