AppserverIo\Appserver\Core\Api\Node\StorageNode::getStorageServers PHP Метод

getStorageServers() публичный Метод

Returns the array with the servers used by the storage.
public getStorageServers ( ) : array
Результат array The servers used by the storage
    public function getStorageServers()
    {
        return $this->storageServers;
    }