|
Elgg
Version 6.3
|
Debug inspector. More...
Public Member Functions | |
| getEvents () | |
| Get Elgg event information. More... | |
| getViewtypes () | |
| Get all view types for known views. More... | |
| getViews ($viewtype='default') | |
| Get Elgg view information. More... | |
| getWidgets () | |
| Get Elgg widget information. More... | |
| getActions () | |
| Get Elgg actions information. More... | |
| getSimpleCache () | |
| Get simplecache information. More... | |
| getRoutes () | |
| Get Elgg route information. More... | |
| getMenus () | |
| Get information about registered menus. More... | |
| describeCallable ($callable, $file_root='') | |
| Get a string description of a callback. More... | |
| getServices () | |
| Returns public DI services. More... | |
| getSeeders () | |
| Get the registered database CLI seeders. More... | |
| getNotifications () | |
| Get all registered notification handlers. More... | |
Protected Member Functions | |
| buildHandlerTree ($all_handlers) | |
| Build a tree of event handlers. More... | |
Debug inspector.
Definition at line 16 of file Inspector.php.
|
protected |
Build a tree of event handlers.
| array | $all_handlers | Set of handlers from a EventsService |
Definition at line 363 of file Inspector.php.
| Elgg\Debug\Inspector::describeCallable | ( | $callable, | |
$file_root = '' |
|||
| ) |
Get a string description of a callback.
E.g. "function_name", "Static::method", "(ClassName)->method", "(Closure path/to/file.php:23)"
| mixed | $callable | Callable |
| string | $file_root | If provided, it will be removed from the beginning of file names |
Definition at line 352 of file Inspector.php.
| Elgg\Debug\Inspector::getActions | ( | ) |
Get Elgg actions information.
returns [action] => array(file, access)
Definition at line 144 of file Inspector.php.
| Elgg\Debug\Inspector::getEvents | ( | ) |
Get Elgg event information.
Definition at line 23 of file Inspector.php.
| Elgg\Debug\Inspector::getMenus | ( | ) |
Get information about registered menus.
Definition at line 254 of file Inspector.php.
| Elgg\Debug\Inspector::getNotifications | ( | ) |
Get all registered notification handlers.
Definition at line 452 of file Inspector.php.
| Elgg\Debug\Inspector::getRoutes | ( | ) |
Get Elgg route information.
returns [route] => array(path, resource)
Definition at line 202 of file Inspector.php.
| Elgg\Debug\Inspector::getSeeders | ( | ) |
Get the registered database CLI seeders.
Definition at line 442 of file Inspector.php.
| Elgg\Debug\Inspector::getServices | ( | ) |
Returns public DI services.
returns [service_name => [class, path]]
Definition at line 408 of file Inspector.php.
| Elgg\Debug\Inspector::getSimpleCache | ( | ) |
| Elgg\Debug\Inspector::getViews | ( | $viewtype = 'default' | ) |
Get Elgg view information.
| string | $viewtype | The Viewtype we wish to inspect |
Definition at line 43 of file Inspector.php.
| Elgg\Debug\Inspector::getViewtypes | ( | ) |
| Elgg\Debug\Inspector::getWidgets | ( | ) |
Get Elgg widget information.
Definition at line 126 of file Inspector.php.