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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$execute ExecuteNode The node containing the information to execute something like a script.
$type string The step type

Méthodes publiques

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

Method Details

getExecute() public méthode

Returns the node containing installation information.
public getExecute ( ) : InstallationNode
Résultat InstallationNode The node containing installation information

getType() public méthode

Returns the step type
public getType ( ) : string
Résultat string The step type

Property Details

$execute protected_oe property

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

$type protected_oe property

The step type
protected string $type
Résultat string