Event handlers for Developers plugin.
More...
|
static | md5dir ($dir) |
| Recursively list through a directory tree producing a hash of all installed files. More...
|
|
Event handlers for Developers plugin.
Definition at line 10 of file Reports.php.
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
-
- Returns
- string
Definition at line 30 of file Reports.php.
The documentation for this class was generated from the following file: