Elgg
Version 1.9
|
Public Member Functions | |
execute ($action, $forwarder="") | |
register ($action, $filename="", $access= 'logged_in') | |
unregister ($action) | |
validateActionToken ($visible_errors=true, $token=null, $ts=null) | |
getActionTokenTimeout () | |
gatekeeper ($action) | |
generateActionToken ($timestamp) | |
exists ($action) | |
ajaxForwardHook ($hook, $reason, $return, $params) | |
ajaxActionHook () | |
getAllActions () | |
Get all actions. More... | |
Protected Member Functions | |
validateTokenTimestamp ($ts) | |
Is the token timestamp within acceptable range? More... | |
Definition at line 14 of file ActionsService.php.
Elgg_ActionsService::ajaxActionHook | ( | ) |
Definition at line 333 of file ActionsService.php.
Elgg_ActionsService::ajaxForwardHook | ( | $hook, | |
$reason, | |||
$return, | |||
$params | |||
) |
Definition at line 275 of file ActionsService.php.
Elgg_ActionsService::execute | ( | $action, | |
$forwarder = "" |
|||
) |
Definition at line 32 of file ActionsService.php.
Elgg_ActionsService::exists | ( | $action | ) |
Definition at line 267 of file ActionsService.php.
Elgg_ActionsService::gatekeeper | ( | $action | ) |
Definition at line 221 of file ActionsService.php.
Elgg_ActionsService::generateActionToken | ( | $timestamp | ) |
Definition at line 250 of file ActionsService.php.
Elgg_ActionsService::getActionTokenTimeout | ( | ) |
Definition at line 208 of file ActionsService.php.
Elgg_ActionsService::getAllActions | ( | ) |
Elgg_ActionsService::register | ( | $action, | |
$filename = "" , |
|||
$access = 'logged_in' |
|||
) |
Definition at line 83 of file ActionsService.php.
Elgg_ActionsService::unregister | ( | $action | ) |
Definition at line 109 of file ActionsService.php.
Elgg_ActionsService::validateActionToken | ( | $visible_errors = true , |
|
$token = null , |
|||
$ts = null |
|||
) |
Definition at line 122 of file ActionsService.php.
|
protected |
Is the token timestamp within acceptable range?
int | $ts | timestamp from the CSRF token |
Definition at line 196 of file ActionsService.php.