Elgg  Version master
Public Member Functions | Protected Member Functions | List of all members
Elgg\Debug\Inspector Class Reference

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...
 

Protected Member Functions

 buildHandlerTree ($all_handlers)
 Build a tree of event handlers. More...
 

Detailed Description

Debug inspector.

Definition at line 15 of file Inspector.php.

Member Function Documentation

Elgg\Debug\Inspector::buildHandlerTree (   $all_handlers)
protected

Build a tree of event handlers.

Parameters
array$all_handlersSet of handlers from a EventsService
Returns
array

Definition at line 362 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)"

Parameters
mixed$callableCallable
string$file_rootIf provided, it will be removed from the beginning of file names
Returns
string

Definition at line 351 of file Inspector.php.

Elgg\Debug\Inspector::getActions ( )

Get Elgg actions information.

returns [action] => array(file, access)

Returns
array

Definition at line 143 of file Inspector.php.

Elgg\Debug\Inspector::getEvents ( )

Get Elgg event information.

Returns
array [event,type] => array(handlers)

Definition at line 22 of file Inspector.php.

Elgg\Debug\Inspector::getMenus ( )

Get information about registered menus.

Returns
array [menu name] => array(item name => array(text, href, section, parent))

Definition at line 253 of file Inspector.php.

Elgg\Debug\Inspector::getRoutes ( )

Get Elgg route information.

returns [route] => array(path, resource)

Returns
array

Definition at line 201 of file Inspector.php.

Elgg\Debug\Inspector::getSeeders ( )

Get the registered database CLI seeders.

Returns
string[]

Definition at line 441 of file Inspector.php.

Elgg\Debug\Inspector::getServices ( )

Returns public DI services.

returns [service_name => [class, path]]

Returns
array

Definition at line 407 of file Inspector.php.

Elgg\Debug\Inspector::getSimpleCache ( )

Get simplecache information.

Returns
array [views]

Definition at line 171 of file Inspector.php.

Elgg\Debug\Inspector::getViews (   $viewtype = 'default')

Get Elgg view information.

Parameters
string$viewtypeThe Viewtype we wish to inspect
Returns
array [view] => map of priority to ViewComponent[]

Definition at line 42 of file Inspector.php.

Elgg\Debug\Inspector::getViewtypes ( )

Get all view types for known views.

Returns
string[]

Definition at line 31 of file Inspector.php.

Elgg\Debug\Inspector::getWidgets ( )

Get Elgg widget information.

Returns
array [widget] => array(name, contexts)

Definition at line 125 of file Inspector.php.


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