class DCacheServiceProvider extends WebDavServiceProvider

Constants

DISK_TYPE

Methods

boot()

Bootstrap the application services.

getWebDavAdapter($webdavClient, $guzzleClient, $pathPrefix)

Build and return the WebDAV adapter. This simplifies extension by other packages.

Details

boot()

Bootstrap the application services.

at line 15
protected WebDAVAdapter getWebDavAdapter($webdavClient, $guzzleClient, $pathPrefix)

Build and return the WebDAV adapter. This simplifies extension by other packages.

Parameters

$webdavClient
$guzzleClient
$pathPrefix

Return Value

WebDAVAdapter