class WebDAVAdapter extends WebDAVAdapter

Properties

protected PathPrefixer $prefixer

Methods

__construct(Client $client, Client $guzzle, string $prefix = '', string|null $url = null, string $visibilityHandling = self::ON_VISIBILITY_THROW_ERROR, bool $manualCopy = false, bool $manualMove = false)

No description

readStream(string $path)

No description

iterable
listContents(string $path, bool $deep)

No description

string
getUrl($path)

No description

Details

at line 16
__construct(Client $client, Client $guzzle, string $prefix = '', string|null $url = null, string $visibilityHandling = self::ON_VISIBILITY_THROW_ERROR, bool $manualCopy = false, bool $manualMove = false)

No description

Parameters

Client $client
Client $guzzle
string $prefix
string|null $url
string $visibilityHandling
bool $manualCopy
bool $manualMove

at line 29
readStream(string $path)

No description

Parameters

string $path

at line 42
iterable listContents(string $path, bool $deep)

No description

Parameters

string $path
bool $deep

Return Value

iterable

at line 56
string getUrl($path)

No description

Parameters

$path

Return Value

string