AppserverIo\Appserver\Core\Api\Node\StorageNode::getStorageServers PHP Méthode

getStorageServers() public méthode

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