PHP Class Hwmon, phpsysinfo

Author: Michael Cramer ([email protected])
Author: William Johansson ([email protected])
Inheritance: extends Sensors
Mostra file Open project: phpsysinfo/phpsysinfo

Public Methods

Method Description
build ( ) : Void get the information

Private Methods

Method Description
_current ( $hwpath ) : void get current information
_fans ( $hwpath ) : void get fan information
_power ( $hwpath ) : void get power information
_temperature ( $hwpath ) : void get temperature information
_voltage ( $hwpath ) : void get voltage information

Method Details

build() public method

get the information
See also: PSI_Interface_Sensor::build()
public build ( ) : Void
return Void