![]() |
TYPO3
7.6
|
Public Member Functions | |
execute () | |
needsExecution () | |
setStepsCounter ($current, $total) | |
getCurrentStep () | |
getTotalSteps () | |
Interface implemented by single steps
Definition at line 22 of file StepInterface.php.
execute | ( | ) |
Execute a step
getCurrentStep | ( | ) |
getTotalSteps | ( | ) |
needsExecution | ( | ) |
Whether this step must be executed
Implemented in DatabaseConnect, DefaultConfiguration, DatabaseSelect, DatabaseData, and EnvironmentAndFolders.
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 |
Implemented in AbstractStepAction.