AppserverIo\Appserver\Core\Api\Node\StorageNode::getStorageServers PHP Method

getStorageServers() public method

Returns the array with the servers used by the storage.
public getStorageServers ( ) : array
return array The servers used by the storage
    public function getStorageServers()
    {
        return $this->storageServers;
    }