TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Controller\Action\Step\StepInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\Action\Step\StepInterface:
TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction 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

 execute ()
 
 needsExecution ()
 
 setStepsCounter ($current, $total)
 
 getCurrentStep ()
 
 getTotalSteps ()
 

Detailed Description

Interface implemented by single steps

Definition at line 22 of file StepInterface.php.

Member Function Documentation

◆ execute()

TYPO3\CMS\Install\Controller\Action\Step\StepInterface::execute ( )

Execute a step

Returns
array<>

◆ getCurrentStep()

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

Gets current position

Returns
int

Implemented in TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction.

◆ getTotalSteps()

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

Gets total steps

Returns
int

Implemented in TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction.

◆ needsExecution()

◆ setStepsCounter()

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

Implemented in TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction.