PHP Class Nut, phpsysinfo

Author: Artem Volk ([email protected])
Author: Anders Häggström ([email protected])
Inheritance: extends UPS
Show file Open project: phpsysinfo/phpsysinfo

Public Methods

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

Private Methods

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

Method Details

__construct() public method

get all information from all configured ups 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