![]() |
TYPO3
7.6
|
Public Member Functions | |
handle () | |
setToken ($token) | |
setController ($controller) | |
setAction ($action) | |
setPostValues (array $postValues) | |
setLastError (array $lastError) | |
setMessages (array $messages=array()) | |
General action interface
Definition at line 20 of file ActionInterface.php.
handle | ( | ) |
Handle this action
Implemented in AbstractAction, and AbstractAjaxAction.
setAction | ( | $action | ) |
Set action name. This is usually similar to the class name, only for loginForm, the action is login
string | $action | Name of target action for forms |
Implemented in AbstractAction.
setController | ( | $controller | ) |
Set controller, Either string 'step', 'tool' or 'common'
string | $controller | Controller name |
Implemented in AbstractAction.
setLastError | ( | array | $lastError | ) |
Set the last error array as returned by error_get_last()
array | $lastError |
Implemented in AbstractAction.
setMessages | ( | array | $messages = array() | ) |
Status messages from controller
array<\TYPO3\CMS\Install\Status\StatusInterface> | $messages |
Implemented in AbstractAction.
setPostValues | ( | array | $postValues | ) |
Set POST values
array | $postValues | List of values submitted via POST |
Implemented in AbstractAction.
setToken | ( | $token | ) |
Set form protection token
string | $token | Form protection token |
Implemented in AbstractAction.