PHP Class AppserverIo\Appserver\Core\Api\Node\StepNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$execute ExecuteNode The node containing the information to execute something like a script.
$type string The step type

Public Methods

Method Description
getExecute ( ) : InstallationNode Returns the node containing installation information.
getType ( ) : string Returns the step type

Method Details

getExecute() public method

Returns the node containing installation information.
public getExecute ( ) : InstallationNode
return InstallationNode The node containing installation information

getType() public method

Returns the step type
public getType ( ) : string
return string The step type

Property Details

$execute protected property

The node containing the information to execute something like a script.
protected ExecuteNode,AppserverIo\Appserver\Core\Api\Node $execute
return ExecuteNode

$type protected property

The step type
protected string $type
return string