AppserverIo\Appserver\Core\Api\Node\InstallationNode::getSteps PHP Method

getSteps() public method

Returns the installation step.
public getSteps ( ) : array
return array
    public function getSteps()
    {
        return $this->steps;
    }
InstallationNode