Method | Description | |
---|---|---|
describeCallable ( mixed $callable, string $file_root = '' ) : string | Get a string description of a callback | |
getActions ( ) : array | Get Elgg actions information | |
getEvents ( ) : array | Get Elgg event information | |
getMenus ( ) : array | Get information about registered menus | |
getPluginHooks ( ) : array | Get Elgg plugin hooks information | |
getSimpleCache ( ) : array | Get simplecache information | |
getViews ( string $viewtype = 'default' ) : array | Get Elgg view information | |
getViewtypes ( ) : string[] | Get all view types for known views | |
getWebServices ( ) : array | Get Elgg web services API methods | |
getWidgets ( ) : array | Get Elgg widget information |
Method | Description | |
---|---|---|
buildHandlerTree ( array $all_handlers ) : array | Build a tree of event handlers |
Method | Description | |
---|---|---|
getViewsData ( ) : array | Get data from the Views service |
protected buildHandlerTree ( array $all_handlers ) : array | ||
$all_handlers | array | Set of handlers from a HooksRegistrationService |
return | array |
public getActions ( ) : array | ||
return | array |
public getPluginHooks ( ) : array | ||
return | array | [hook,type] => array(handlers) |
public getSimpleCache ( ) : array | ||
return | array | [views] |
public getViewtypes ( ) : string[] | ||
return | string[] |
public getWebServices ( ) : array | ||
return | array | [method] => array(function, parameters, call_method, api auth, user auth) |
public getWidgets ( ) : array | ||
return | array | [widget] => array(name, contexts) |