modules/vCals/HTTP_WebDAV_Server_vCal.php

Show: inherited
Table of Contents

\HTTP_WebDAV_Server_vCal

Package: SugarCRM

Filesystem access using WebDAV

Parent(s)
\HTTP_WebDAV_Server
Children
\HTTP_WebDAV_Server_iCal
Access
public  

Properties

Propertypublicstring  $base= '""'

Root directory for WebDAV access

Defaults to webserver document root (set by ServeRequest)

Default value""Details
Type
string
Access
private  
Propertypublic  $publish_key= '""'
Default value""Details
Type
n/a
Propertypublic  $source= '""'
Default value""Details
Type
n/a
Propertypublic  $vcal_focus= ''
Details
Type
n/a
Propertypublic  $vcal_type= '""'
Default value""Details
Type
n/a

Methods

methodpublicGET( ) : void

methodpublicHTTP_WebDAV_Server_vCal( ) : void

methodpublicPUT( array $options ) : bool

PUT method handler

Parameters
Name Type Description
$options array

parameter passing array

Returns
Type Description
bool true on success
methodpublicServeRequest(  $base = false ) : void

Serve a webdav request

Parameters
Name Type Description
$base

string

Details
Access
public  
methodpubliccheckLock( string $path ) : bool

checkLock() helper

Parameters
Name Type Description
$path string

resource path to check for locks

Returns
Type Description
bool true on success
methodpubliccheck_auth( string $type, string $user, string $pass ) : bool

No authentication is needed here

Parameters
Name Type Description
$type string

HTTP Authentication type (Basic, Digest, ...)

$user string

Username

$pass string

Password

Returns
Type Description
bool true on successful authentication
Details
Access
private  
methodpublichttp_GET( ) : void

GET method handler

Details
Returns
void  
methodpublichttp_PUT( ) : void

PUT method handler

methodpubliclock( array $options ) : bool

LOCK method handler

Parameters
Name Type Description
$options array

general parameter passing array

Returns
Type Description
bool true on success
methodpublicunlock( array $options ) : bool

UNLOCK method handler

Parameters
Name Type Description
$options array

general parameter passing array

Returns
Type Description
bool true on success
Documentation was generated by DocBlox 0.18.1.