PHP Class Apcupsd, phpsysinfo

Author: Michael Cramer ([email protected])
Author: Artem Volk ([email protected])
Inheritance: extends UPS
Datei anzeigen Open project: phpsysinfo/phpsysinfo

Public Methods

Method Description
__construct ( ) get all information from all configured ups in phpsysinfo.ini and store output in internal array
build ( ) : Void get the information

Private Methods

Method Description
_info ( ) : Void parse the input and store data in resultset for xml generation

Method Details

__construct() public method

get all information from all configured ups in phpsysinfo.ini and store output in internal array
public __construct ( )

build() public method

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