lib/ezwebdav/classes/ezwebdavfileserver.php

Show: inherited
Table of Contents

File containing the eZWebDAVFileServer class.

Copyright
Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.  
License
eZ Business Use License Agreement Version 2.0  
Package
lib  
Version
4.6.0  

Functions

functioncopyDir(  $source,  $destination ) : void

Parameters
Name Type Description
$source
$destination
functiondelDir(  $dir ) : void

Parameters
Name Type Description
$dir
functiongetDirEntries(  $targetPath ) : void

File containing the eZWebDAVFileServer class.

Parameters
Name Type Description
$targetPath
Details
Copyright
Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.  
License
eZ Business Use License Agreement Version 2.0  
Package
lib  
Version
4.6.0  
functiongetFileInfo(  $dir,  $file ) : void

Parameters
Name Type Description
$dir
$file

\eZWebDAVFileServer

Package:
Parent(s)
\eZWebDAVServer

Constants

Constant  OK = 10
inheritedInherited from: \eZWebDAVServer::OK
Inherited_from
\eZWebDAVServer::OK  
Constant  OK_SILENT = 11
inheritedInherited from: \eZWebDAVServer::OK_SILENT
Inherited_from
\eZWebDAVServer::OK_SILENT  
Constant  OK_CREATED = 12
inheritedInherited from: \eZWebDAVServer::OK_CREATED
Inherited_from
\eZWebDAVServer::OK_CREATED  
Constant  OK_OVERWRITE = 13
inheritedInherited from: \eZWebDAVServer::OK_OVERWRITE
Inherited_from
\eZWebDAVServer::OK_OVERWRITE  
Constant  FAILED_FORBIDDEN = 30
inheritedInherited from: \eZWebDAVServer::FAILED_FORBIDDEN
Constant  FAILED_NOT_FOUND = 31
inheritedInherited from: \eZWebDAVServer::FAILED_NOT_FOUND
Constant  FAILED_EXISTS = 32
inheritedInherited from: \eZWebDAVServer::FAILED_EXISTS
Inherited_from
\eZWebDAVServer::FAILED_EXISTS  
Constant  FAILED_CONFLICT = 33
inheritedInherited from: \eZWebDAVServer::FAILED_CONFLICT
Constant  FAILED_PRECONDITION = 34
inheritedInherited from: \eZWebDAVServer::FAILED_PRECONDITION
Constant  FAILED_LOCKED = 35
inheritedInherited from: \eZWebDAVServer::FAILED_LOCKED
Inherited_from
\eZWebDAVServer::FAILED_LOCKED  
Constant  FAILED_BAD_GATEWAY = 36
inheritedInherited from: \eZWebDAVServer::FAILED_BAD_GATEWAY
Constant  FAILED_STORAGE_FULL = 37
inheritedInherited from: \eZWebDAVServer::FAILED_STORAGE_FULL
Constant  FAILED_UNSUPPORTED = 38
inheritedInherited from: \eZWebDAVServer::FAILED_UNSUPPORTED
Constant  CTIME_FORMAT = "Y-m-d\\TH:i:s\\Z"
inheritedInherited from: \eZWebDAVServer::CTIME_FORMAT
Inherited_from
\eZWebDAVServer::CTIME_FORMAT  
Constant  MTIME_FORMAT = "D, d M Y H:i:s"
inheritedInherited from: \eZWebDAVServer::MTIME_FORMAT
Inherited_from
\eZWebDAVServer::MTIME_FORMAT  
Constant  TEMP_FILE_PREFIX = "eZWebDAVUpload_"
inheritedInherited from: \eZWebDAVServer::TEMP_FILE_PREFIX

Properties

Propertypublic  $ServerRootDir= '""'
inheritedInherited from: \eZWebDAVServer::$$ServerRootDir
Default value""Details
Type
n/a
Inherited_from
\eZWebDAVServer::$$ServerRootDir  
Propertypublic  $XMLBodyRead= 'false'
inheritedInherited from: \eZWebDAVServer::$$XMLBodyRead
Default valuefalseDetails
Type
n/a
Inherited_from
\eZWebDAVServer::$$XMLBodyRead  
Propertypublic  $XMLOutputCharset= ''utf-8''
inheritedInherited from: \eZWebDAVServer::$$XMLOutputCharset
Default value'utf-8'Details
Type
n/a
Inherited_from
\eZWebDAVServer::$$XMLOutputCharset  

Methods

methodpublicXMLOutputCharset( ) : void
inherited

Inherited from: \eZWebDAVServer::XMLOutputCharset()
methodpublicappendLogEntry(  $logString,  $label = false ) : void
staticinherited

Inherited from: \eZWebDAVServer::appendLogEntry()
Parameters
Name Type Description
$logString
$label
methodpubliccopy(  $source,  $destination ) : void

Parameters
Name Type Description
$source
$destination
methodpublicdataCharset( ) : void
inherited

Inherited from: \eZWebDAVServer::dataCharset()
methodpublicdelete(  $target ) : void

Parameters
Name Type Description
$target
methodpubliceZWebDAVFileServer( ) : void

methodpubliceZWebDAVServer( ) : void
inherited

Inherited from: \eZWebDAVServer::eZWebDAVServer()
methodpublicflushXMLBody( ) : void
inherited

Inherited from: \eZWebDAVServer::flushXMLBody()
methodpublicget(  $target ) : void

Parameters
Name Type Description
$target
methodpublicgetCollectionContent(  $dir,  $depth = false,  $properties = false ) : void

Parameters
Name Type Description
$dir
$depth
$properties
methodpublichandle(  $status ) : void
inherited

Inherited from: \eZWebDAVServer::handle()
Parameters
Name Type Description
$status
methodpublichead(  $target ) : void

Parameters
Name Type Description
$target
methodpublicheaders( ) : void
inherited

Inherited from: \eZWebDAVServer::headers()
methodpublicisLoggingEnabled( ) : void
staticinherited

Inherited from: \eZWebDAVServer::isLoggingEnabled()
methodpublicmkcol(  $target ) : void

Parameters
Name Type Description
$target
methodpublicmove(  $source,  $destination ) : void

Parameters
Name Type Description
$source
$destination
methodpublicoptions(  $target ) : void
inherited

Inherited from: \eZWebDAVServer::options()
Parameters
Name Type Description
$target
methodpublicoutputCollectionContent(  $collection,  $requestedProperties ) : void
inherited

Inherited from: \eZWebDAVServer::outputCollectionContent()
Parameters
Name Type Description
$collection
$requestedProperties
methodpublicoutputOptions(  $options ) : void
inherited

Inherited from: \eZWebDAVServer::outputOptions()
Parameters
Name Type Description
$options
methodpublicoutputSendDataToClient(  $output,  $headers_only = false ) : void
inherited

Inherited from: \eZWebDAVServer::outputSendDataToClient()
Parameters
Name Type Description
$output
$headers_only
methodpublicprocessClientRequest( ) : void
inherited

Inherited from: \eZWebDAVServer::processClientRequest()
methodpublicprocessURL(  $url ) : void
inherited

Inherited from: \eZWebDAVServer::processURL()
Parameters
Name Type Description
$url
methodpublicput(  $target,  $tempFile ) : void

Parameters
Name Type Description
$target
$tempFile
methodpublicrecode(  $string,  $fromCharset,  $toCharset,  $stop = false ) : void
inherited

Inherited from: \eZWebDAVServer::recode()
Parameters
Name Type Description
$string
$fromCharset
$toCharset
$stop
methodpublicrootDirectory( ) : void
staticinherited

Inherited from: \eZWebDAVServer::rootDirectory()
methodpublicsetServerRoot(  $rootDir ) : void
inherited

Inherited from: \eZWebDAVServer::setServerRoot()
Parameters
Name Type Description
$rootDir
methodpublicsetXMLOutputCharset(  $charset ) : void
inherited

Inherited from: \eZWebDAVServer::setXMLOutputCharset()
Parameters
Name Type Description
$charset
methodpublicsetupXMLOutputCharset( ) : void
inherited

Inherited from: \eZWebDAVServer::setupXMLOutputCharset()
methodpublicstoreUploadedFile(  $target ) : void
inherited

Inherited from: \eZWebDAVServer::storeUploadedFile()
Parameters
Name Type Description
$target
methodpublictempDirectory( ) : void
staticinherited

Inherited from: \eZWebDAVServer::tempDirectory()
methodpublicuserAgentPattern( ) : void
inherited

Inherited from: \eZWebDAVServer::userAgentPattern()
methodpublicuserAgentSettings( ) : void
inherited

Inherited from: \eZWebDAVServer::userAgentSettings()
methodpublicxmlBody( ) : void
inherited

Inherited from: \eZWebDAVServer::xmlBody()
Documentation was generated by DocBlox 0.18.1.