Class Sabre_DAV_Mount_Plugin

Description

This plugin provides support for RFC4709: Mounting WebDAV servers

Simply append ?mount to any collection to generate the davmount response.

  • author: Evert Pot (http://www.rooftopsolutions.nl/)
  • copyright: Copyright (C) 2007-2010 Rooftop Solutions. All rights reserved.

Located in /sources_custom/Sabre/DAV/Mount/Plugin.php (line 13)

Sabre_DAV_ServerPlugin
   |
   --Sabre_DAV_Mount_Plugin
Method Summary
void beforeMethod (string $method,  $uri)
void davMount (string $uri)
void initialize (Sabre_DAV_Server $server)
Methods
beforeMethod (line 42)

'beforeMethod' event handles. This event handles intercepts GET requests ending with ?mount

  • access: public
void beforeMethod (string $method,  $uri)
  • string $method
  • $uri
davMount (line 65)

Generates the davmount response

  • access: public
void davMount (string $uri)
  • string $uri: absolute uri
initialize (line 28)

Initializes the plugin and registers event handles

  • access: public
void initialize (Sabre_DAV_Server $server)

Redefinition of:
Sabre_DAV_ServerPlugin::initialize()
This initializes the plugin.

Inherited Methods

Inherited From Sabre_DAV_ServerPlugin

Sabre_DAV_ServerPlugin::getFeatures()
Sabre_DAV_ServerPlugin::getHTTPMethods()
Sabre_DAV_ServerPlugin::initialize()

Documentation generated on Sun, 02 Jan 2011 23:22:19 +0000 by phpDocumentor 1.4.3