Elgg  Version 5.1
Static Public Member Functions | Static Protected Member Functions | List of all members
Elgg\Diagnostics\Reports Class Reference

Event handlers for Developers plugin. More...

Static Public Member Functions

static getBasic (\Elgg\Event $event)
 Generate a basic report. More...
 
static getSigs (\Elgg\Event $event)
 Get some information about the files installed on a system. More...
 
static getPHPInfo (\Elgg\Event $event)
 Get some information about the php install. More...
 
static getGlobals (\Elgg\Event $event)
 Get global variables. More...
 

Static Protected Member Functions

static md5dir ($dir)
 Recursively list through a directory tree producing a hash of all installed files. More...
 

Detailed Description

Event handlers for Developers plugin.

Definition at line 10 of file Reports.php.

Member Function Documentation

static Elgg\Diagnostics\Reports::getBasic ( \Elgg\Event  $event)
static

Generate a basic report.

Parameters
\Elgg\Event$event'diagnostics:report', 'system'
Returns
string

Definition at line 19 of file Reports.php.

static Elgg\Diagnostics\Reports::getGlobals ( \Elgg\Event  $event)
static

Get global variables.

Parameters
\Elgg\Event$event'diagnostics:report', 'system'
Returns
string

Definition at line 108 of file Reports.php.

static Elgg\Diagnostics\Reports::getPHPInfo ( \Elgg\Event  $event)
static

Get some information about the php install.

Parameters
\Elgg\Event$event'diagnostics:report', 'system'
Returns
string

Definition at line 79 of file Reports.php.

static Elgg\Diagnostics\Reports::getSigs ( \Elgg\Event  $event)
static

Get some information about the files installed on a system.

Parameters
\Elgg\Event$event'diagnostics:report', 'system'
Returns
string

Definition at line 68 of file Reports.php.

static Elgg\Diagnostics\Reports::md5dir (   $dir)
staticprotected

Recursively list through a directory tree producing a hash of all installed files.

Parameters
string$dirstarting dir
Returns
string

Definition at line 30 of file Reports.php.


The documentation for this class was generated from the following file: