TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction:
TYPO3\CMS\Install\Controller\Action\AbstractAction TYPO3\CMS\Install\Controller\Action\Step\StepInterface TYPO3\CMS\Install\Controller\Action\ActionInterface TYPO3\CMS\Install\Controller\Action\Step\DatabaseConnect TYPO3\CMS\Install\Controller\Action\Step\DatabaseData TYPO3\CMS\Install\Controller\Action\Step\DatabaseSelect TYPO3\CMS\Install\Controller\Action\Step\DefaultConfiguration TYPO3\CMS\Install\Controller\Action\Step\EnvironmentAndFolders

Public Member Functions

 setStepsCounter ($current, $total)
 
 getCurrentStep ()
 
 getTotalSteps ()
 
- Public Member Functions inherited from TYPO3\CMS\Install\Controller\Action\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=[])
 
- Public Member Functions inherited from TYPO3\CMS\Install\Controller\Action\Step\StepInterface
 execute ()
 
 needsExecution ()
 

Protected Member Functions

 assignSteps ()
 
- Protected Member Functions inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 initializeHandle ()
 
 executeAction ()
 
 isDbalEnabled ()
 
 getContext ()
 
 loadExtLocalconfDatabaseAndExtTables ()
 
 getHashedPassword ($password)
 

Protected Attributes

 $currentStep = 0
 
 $totalSteps = 0
 
- Protected Attributes inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 $objectManager = null
 
 $view = null
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = []
 
 $lastError = []
 
 $messages = []
 

Detailed Description

General purpose Step controller action

Definition at line 20 of file AbstractStepAction.php.

Member Function Documentation

◆ assignSteps()

◆ getCurrentStep()

TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction::getCurrentStep ( )

◆ getTotalSteps()

TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction::getTotalSteps ( )

◆ setStepsCounter()

TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction::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 TYPO3\CMS\Install\Controller\Action\Step\StepInterface.

Definition at line 39 of file AbstractStepAction.php.

Member Data Documentation

◆ $currentStep

TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction::$currentStep = 0
protected

◆ $totalSteps

TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction::$totalSteps = 0
protected