PHP Class AppserverIo\Appserver\Provisioning\Steps\ExecCliStep

Inheritance: extends AppserverIo\Appserver\Provisioning\Steps\AbstractStep
Show file Open project: appserver-io/appserver

Public Methods

Method 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 method

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
return void