TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
AbstractStepAction Class Reference
Inheritance diagram for AbstractStepAction:
AbstractAction StepInterface ActionInterface DatabaseConnect DatabaseData DatabaseSelect DefaultConfiguration EnvironmentAndFolders

Public Member Functions

 setStepsCounter ($current, $total)
 
 getCurrentStep ()
 
 getTotalSteps ()
 
- Public Member Functions inherited from AbstractAction
 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())
 
- Public Member Functions inherited from StepInterface
 execute ()
 
 needsExecution ()
 

Protected Member Functions

 assignSteps ()
 
- Protected Member Functions inherited from AbstractAction
 initializeHandle ()
 
 executeAction ()
 
 isDbalEnabled ()
 
 getContext ()
 
 loadExtLocalconfDatabaseAndExtTables ()
 
 getHashedPassword ($password)
 

Protected Attributes

 $currentStep = 0
 
 $totalSteps = 0
 
- Protected Attributes inherited from AbstractAction
 $objectManager = null
 
 $view = null
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = array()
 
 $lastError = array()
 
 $messages = array()
 

Detailed Description

General purpose Step controller action

Definition at line 20 of file AbstractStepAction.php.

Member Function Documentation

assignSteps ( )
protected
getCurrentStep ( )

Gets current position

Returns
int

Implements StepInterface.

Definition at line 50 of file AbstractStepAction.php.

References AbstractStepAction\$currentStep.

Referenced by AbstractStepAction\assignSteps().

getTotalSteps ( )

Gets total steps

Returns
int

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

Parameters
int$currentThe current position
int$totalThe total number of steps
Returns
void

Implements StepInterface.

Definition at line 39 of file AbstractStepAction.php.

Member Data Documentation

$currentStep = 0
protected
$totalSteps = 0
protected