PHP Класс MDStatus, phpsysinfo

Автор: Michael Cramer ([email protected])
Наследование: extends PSI_Plugin
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( String $enc ) read the data into an internal array and also call the parent constructor
execute ( ) : void doing all tasks to get the required informations that the plugin needs result is stored in an internal array
the array is build like a tree, so that it is possible to get only a specific process with the childs
xml ( ) : SimpleXMLObject generates the XML content for the plugin

Описание методов

__construct() публичный Метод

read the data into an internal array and also call the parent constructor
public __construct ( String $enc )
$enc String encoding

execute() публичный Метод

doing all tasks to get the required informations that the plugin needs result is stored in an internal array
the array is build like a tree, so that it is possible to get only a specific process with the childs
public execute ( ) : void
Результат void

xml() публичный Метод

generates the XML content for the plugin
public xml ( ) : SimpleXMLObject
Результат SimpleXMLObject entire XML content for the plugin