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

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

Protected Properties

Свойство Type Description
$steps array The installation steps.

Méthodes publiques

Méthode Description
getSteps ( ) : array Returns the installation step.
setSteps ( array $steps ) : void Sets the installation steps.

Method Details

getSteps() public méthode

Returns the installation step.
public getSteps ( ) : array
Résultat array

setSteps() public méthode

Sets the installation steps.
public setSteps ( array $steps ) : void
$steps array The installation steps
Résultat void

Property Details

$steps protected_oe property

The installation steps.
protected array $steps
Résultat array