Example #1
0
 /**
  * get the information
  *
  * @see PSI_Interface_OS::build()
  *
  * @return Void
  */
 function build()
 {
     parent::build();
     $this->_uptime();
     $this->_network();
 }
 /**
  * get the information
  *
  * @see BSDCommon::build()
  *
  * @return Void
  */
 public function build()
 {
     parent::build();
     $this->_distroicon();
     $this->_network();
     $this->_uptime();
     $this->_processes();
 }
 /**
  * get the information
  *
  * @see BSDCommon::build()
  *
  * @return Void
  */
 function build()
 {
     parent::build();
     $this->_memoryadditional();
     $this->_distroicon();
     $this->_network();
     $this->_uptime();
 }