| Elgg
    Version 2.3
    | 
| Public Member Functions | |
| getEvents () | |
| Get Elgg event information.  More... | |
| getPluginHooks () | |
| Get Elgg plugin hooks 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... | |
| getWebServices () | |
| Get Elgg web services API methods.  More... | |
| getMenus () | |
| Get information about registered menus.  More... | |
| describeCallable ($callable, $file_root='') | |
| Get a string description of a callback.  More... | |
| Protected Member Functions | |
| buildHandlerTree ($all_handlers) | |
| Build a tree of event handlers.  More... | |
Definition at line 14 of file Inspector.php.
| 
 | protected | 
Build a tree of event handlers.
| array | $all_handlers | Set of handlers from a HooksRegistrationService | 
Definition at line 356 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 | The callable value to describe | 
| string | $file_root | if provided, it will be removed from the beginning of file names | 
Definition at line 322 of file Inspector.php.
| Elgg\Debug\Inspector::getActions | ( | ) | 
Get Elgg actions information.
returns [action] => array(file, access)
Definition at line 151 of file Inspector.php.
| Elgg\Debug\Inspector::getEvents | ( | ) | 
Get Elgg event information.
Definition at line 21 of file Inspector.php.
| Elgg\Debug\Inspector::getMenus | ( | ) | 
Get information about registered menus.
Definition at line 229 of file Inspector.php.
| Elgg\Debug\Inspector::getPluginHooks | ( | ) | 
Get Elgg plugin hooks information.
Definition at line 30 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 50 of file Inspector.php.
| Elgg\Debug\Inspector::getViewtypes | ( | ) | 
| Elgg\Debug\Inspector::getWebServices | ( | ) | 
Get Elgg web services API methods.
Definition at line 201 of file Inspector.php.
| Elgg\Debug\Inspector::getWidgets | ( | ) | 
Get Elgg widget information.
Definition at line 132 of file Inspector.php.