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

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

Protected Properties

Property Type Description
$steps array The installation steps.

Public Methods

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

Method Details

getSteps() public method

Returns the installation step.
public getSteps ( ) : array
return array

setSteps() public method

Sets the installation steps.
public setSteps ( array $steps ) : void
$steps array The installation steps
return void

Property Details

$steps protected property

The installation steps.
protected array $steps
return array