Deployer\Cluster\Node::getServer PHP Method

getServer() public method

public getServer ( ) : Deployer\Server\ServerInterface
return Deployer\Server\ServerInterface
    public function getServer()
    {
        return $this->server;
    }