PHP Class AppserverIo\Appserver\Provisioning\Steps\ExecCliStep

Inheritance: extends AppserverIo\Appserver\Provisioning\Steps\AbstractStep
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode Description
execute ( ) : void Executes the functionality for this step, in this case the execution of the PHP script defined in the step configuration.

Method Details

execute() public méthode

Executes the functionality for this step, in this case the execution of the PHP script defined in the step configuration.
See also: AppserverIo\Appserver\Core\Provisioning\StepInterface::execute()
public execute ( ) : void
Résultat void