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;
    }