TYPO3  7.6
Public Member Functions | List of all members
EnvironmentAndFolders Class Reference
Inheritance diagram for EnvironmentAndFolders:
AbstractStepAction AbstractAction StepInterface ActionInterface

Public Member Functions

 needsExecution ()
 
- Public Member Functions inherited from AbstractStepAction
 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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractStepAction
 assignSteps ()
 
- Protected Attributes inherited from AbstractStepAction
 $currentStep = 0
 
 $totalSteps = 0
 

Detailed Description

Very first install step:

Definition at line 24 of file EnvironmentAndFolders.php.

Member Function Documentation

needsExecution ( )

Step needs to be executed if LocalConfiguration file does not exist.

Returns
bool

Implements StepInterface.

Definition at line 80 of file EnvironmentAndFolders.php.