Class: Sabre_DAV_Browser_MapGetToPropFind

Source Location: /includes/classes/SabreDAV/lib/Sabre/DAV/Browser/MapGetToPropFind.php

Class Overview [line 15]

Sabre_DAV_ServerPlugin
   |
   --Sabre_DAV_Browser_MapGetToPropFind

This is a simple plugin that will map any GET request for non-files to PROPFIND allprops-requests.

Author(s):

  • Evert Pot (http://www.rooftopsolutions.nl/)

Version:

Copyright:

  • Copyright (C) 2007-2010 Rooftop Solutions. All rights reserved.

Variables

Constants

Methods


Inherited Variables

Inherited Constants

Inherited Methods

Class: Sabre_DAV_ServerPlugin

Sabre_DAV_ServerPlugin::getFeatures()
This method should return a list of server-features.
Sabre_DAV_ServerPlugin::getHTTPMethods()
Use this method to tell the server this plugin defines additional HTTP methods.
Sabre_DAV_ServerPlugin::initialize()
This initializes the plugin.


Class Details

This is a simple plugin that will map any GET request for non-files to PROPFIND allprops-requests.

This should allow easy debugging of PROPFIND

Tags:

[ Top ]


Class Variables

$server

[line 22]

reference to server class

Tags:

  • access - protected

Type: Sabre_DAV_Server

Overrides:

[ Top ]


Class Methods

httpGetInterceptor

bool httpGetInterceptor( string $method)

[line 42]

This method intercepts GET requests to non-files, and changes it into an HTTP PROPFIND request

Tags:

  • access - public

Parameters:

  • string $method -

[ Top ]

initialize

void initialize( Sabre_DAV_Server $server)

[line 30]

Initializes the plugin and subscribes to events

Tags:

  • access - public

Overrides Sabre_DAV_ServerPlugin::initialize() (This initializes the plugin.)

Parameters:

[ Top ]


Class Constants


Documentation generated on Mon, 31 May 2010 12:53:37 -0400 by phpDocumentor 1.4.3