![]() |
TYPO3
7.6
|
Public Member Functions | |
setStepsCounter ($current, $total) | |
getCurrentStep () | |
getTotalSteps () | |
![]() | |
injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManager $objectManager) | |
injectView (\TYPO3\CMS\Install\View\FailsafeView $view) | |
handle () | |
setToken ($token) | |
setController ($controller) | |
setAction ($action) | |
setPostValues (array $postValues) | |
setLastError (array $lastError) | |
setMessages (array $messages=array()) | |
![]() | |
execute () | |
needsExecution () | |
Protected Member Functions | |
assignSteps () | |
![]() | |
initializeHandle () | |
executeAction () | |
isDbalEnabled () | |
getContext () | |
loadExtLocalconfDatabaseAndExtTables () | |
getHashedPassword ($password) | |
Protected Attributes | |
$currentStep = 0 | |
$totalSteps = 0 | |
![]() | |
$objectManager = null | |
$view = null | |
$controller = '' | |
$action = '' | |
$token = '' | |
$postValues = array() | |
$lastError = array() | |
$messages = array() | |
General purpose Step controller action
Definition at line 20 of file AbstractStepAction.php.
|
protected |
Definition at line 68 of file AbstractStepAction.php.
References AbstractStepAction\$currentStep, AbstractStepAction\$totalSteps, elseif, AbstractStepAction\getCurrentStep(), and AbstractStepAction\getTotalSteps().
Referenced by DatabaseData\executeAction(), DefaultConfiguration\executeAction(), and DatabaseConnect\executeAction().
getCurrentStep | ( | ) |
Gets current position
Implements StepInterface.
Definition at line 50 of file AbstractStepAction.php.
References AbstractStepAction\$currentStep.
Referenced by AbstractStepAction\assignSteps().
getTotalSteps | ( | ) |
Gets total steps
Implements StepInterface.
Definition at line 60 of file AbstractStepAction.php.
References AbstractStepAction\$totalSteps.
Referenced by AbstractStepAction\assignSteps().
setStepsCounter | ( | $current, | |
$total | |||
) |
Tell the action which position it has in the list of actions
int | $current | The current position |
int | $total | The total number of steps |
Implements StepInterface.
Definition at line 39 of file AbstractStepAction.php.
|
protected |
Definition at line 25 of file AbstractStepAction.php.
Referenced by AbstractStepAction\assignSteps(), and AbstractStepAction\getCurrentStep().
|
protected |
Definition at line 30 of file AbstractStepAction.php.
Referenced by AbstractStepAction\assignSteps(), and AbstractStepAction\getTotalSteps().