HistoryController Class Reference
Detailed Description
HistoryController returns a list of last changed entity instances.
The controller supports the following actions:
Action default
Search.
| Parameter | Description |
|---|---|
| Response Actions | |
ok | In all cases |
For additional actions and parameters see ListController actions.
Definition at line 40 of file HistoryController.php.
Inheritance diagram for HistoryController:Public Member Functions | |
| initialize (Request $request, Response $response) | |
Public Member Functions inherited from Controller | |
| __construct (Session $session, PersistenceFacade $persistenceFacade, PermissionManager $permissionManager, ActionMapper $actionMapper, Localization $localization, Message $message, Configuration $configuration) | |
| execute ($method=null) | |
| getRequest () | |
| getResponse () | |
Protected Member Functions | |
| validate () | |
| getObjects ($type, $queryCondition, $sortArray, $pagingInfo) | |
| modifyModel (&$nodes) | |
Protected Member Functions inherited from ListController | |
| doExecute ($method=null) | |
Protected Member Functions inherited from Controller | |
| executeSubAction ($action) | |
| redirect ($location, $key=null, $data=null) | |
| getLogger () | |
| getSession () | |
| getPersistenceFacade () | |
| getPermissionManager () | |
| getActionMapper () | |
| getLocalization () | |
| getMessage () | |
| getConfiguration () | |
| requireTransaction () | |
| endTransaction ($commit) | |
| isLocalizedRequest () | |
| checkLanguageParameter () | |
| generateCsrfToken ($name, $refresh=true) | |
| validateCsrfToken ($name, $invalidate=true) | |
| getLocalSessionValue ($key, $default=null) | |
| setLocalSessionValue ($key, $value) | |
| clearLocalSessionValues () | |
Additional Inherited Members | |
Public Attributes inherited from Controller | |
| const | CSRF_TOKEN_PARAM = 'csrf_token' |
Member Function Documentation
◆ initialize()
- See also
- Controller::initialize()
Reimplemented from Controller.
Definition at line 45 of file HistoryController.php.
◆ validate()
|
protected |
- See also
- Controller::validate()
Reimplemented from ListController.
Definition at line 53 of file HistoryController.php.
◆ getObjects()
|
protected |
- See also
- ListController::getObjects()
Reimplemented from ListController.
Definition at line 61 of file HistoryController.php.
◆ modifyModel()
|
protected |
- See also
- ListController::modifyModel()
Reimplemented from ListController.
Definition at line 100 of file HistoryController.php.