PHP Class OHM, phpsysinfo

Author: Michael Cramer ([email protected])
Inheritance: extends Sensors
ファイルを表示 Open project: phpsysinfo/phpsysinfo

Public Methods

Method Description
__construct ( ) fill the private content var
build ( ) : Void get the information

Private Methods

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

Method Details

__construct() public method

fill the private content var
public __construct ( )

build() public method

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