Deployer\Cluster\Cluster::getNodes PHP Method

getNodes() public method

public getNodes ( ) : array | Node[]
return array | Node[]
    public function getNodes()
    {
        return $this->nodes;
    }