Definition at line 14 of file ActionsService.php.
◆ ajaxActionHook()
| Elgg_ActionsService::ajaxActionHook |
( |
| ) |
|
◆ ajaxForwardHook()
| Elgg_ActionsService::ajaxForwardHook |
( |
|
$hook, |
|
|
|
$reason, |
|
|
|
$return, |
|
|
|
$params |
|
) |
| |
◆ execute()
| Elgg_ActionsService::execute |
( |
|
$action, |
|
|
|
$forwarder = "" |
|
) |
| |
◆ exists()
| Elgg_ActionsService::exists |
( |
|
$action | ) |
|
◆ gatekeeper()
| Elgg_ActionsService::gatekeeper |
( |
|
$action | ) |
|
◆ generateActionToken()
| Elgg_ActionsService::generateActionToken |
( |
|
$timestamp | ) |
|
◆ getActionTokenTimeout()
| Elgg_ActionsService::getActionTokenTimeout |
( |
| ) |
|
◆ getAllActions()
| Elgg_ActionsService::getAllActions |
( |
| ) |
|
◆ register()
| Elgg_ActionsService::register |
( |
|
$action, |
|
|
|
$filename = "", |
|
|
|
$access = 'logged_in' |
|
) |
| |
◆ unregister()
| Elgg_ActionsService::unregister |
( |
|
$action | ) |
|
◆ validateActionToken()
| Elgg_ActionsService::validateActionToken |
( |
|
$visible_errors = true, |
|
|
|
$token = null, |
|
|
|
$ts = null |
|
) |
| |
◆ validateTokenTimestamp()
| Elgg_ActionsService::validateTokenTimestamp |
( |
|
$ts | ) |
|
|
protected |
Is the token timestamp within acceptable range?
- Parameters
-
| int | $ts | timestamp from the CSRF token |
- Returns
- bool
Definition at line 196 of file ActionsService.php.
The documentation for this class was generated from the following file: