lib/ezwebdav/classes/ezwebdavfileserver.php
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

getDirEntries(
$targetPath
)
:
void
File containing the eZWebDAVFileServer class.
Parameters
Details
Name | Type | Description |
---|---|---|
$targetPath |
- 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
\eZWebDAVFileServer
Package:
- Parent(s)
- \eZWebDAVServer
Constants

OK_SILENT
= 11
inheritedInherited from:
\eZWebDAVServer::OK_SILENT
- Inherited_from
- \eZWebDAVServer::OK_SILENT

OK_CREATED
= 12
inheritedInherited from:
\eZWebDAVServer::OK_CREATED
- Inherited_from
- \eZWebDAVServer::OK_CREATED

OK_OVERWRITE
= 13
inheritedInherited from:
\eZWebDAVServer::OK_OVERWRITE
- Inherited_from
- \eZWebDAVServer::OK_OVERWRITE

FAILED_FORBIDDEN
= 30
inheritedInherited from:
\eZWebDAVServer::FAILED_FORBIDDEN
- Inherited_from
- \eZWebDAVServer::FAILED_FORBIDDEN

FAILED_NOT_FOUND
= 31
inheritedInherited from:
\eZWebDAVServer::FAILED_NOT_FOUND
- Inherited_from
- \eZWebDAVServer::FAILED_NOT_FOUND

FAILED_EXISTS
= 32
inheritedInherited from:
\eZWebDAVServer::FAILED_EXISTS
- Inherited_from
- \eZWebDAVServer::FAILED_EXISTS

FAILED_CONFLICT
= 33
inheritedInherited from:
\eZWebDAVServer::FAILED_CONFLICT
- Inherited_from
- \eZWebDAVServer::FAILED_CONFLICT

FAILED_PRECONDITION
= 34
inheritedInherited from:
\eZWebDAVServer::FAILED_PRECONDITION
- Inherited_from
- \eZWebDAVServer::FAILED_PRECONDITION

FAILED_LOCKED
= 35
inheritedInherited from:
\eZWebDAVServer::FAILED_LOCKED
- Inherited_from
- \eZWebDAVServer::FAILED_LOCKED

FAILED_BAD_GATEWAY
= 36
inheritedInherited from:
\eZWebDAVServer::FAILED_BAD_GATEWAY
- Inherited_from
- \eZWebDAVServer::FAILED_BAD_GATEWAY

FAILED_STORAGE_FULL
= 37
inheritedInherited from:
\eZWebDAVServer::FAILED_STORAGE_FULL
- Inherited_from
- \eZWebDAVServer::FAILED_STORAGE_FULL

FAILED_UNSUPPORTED
= 38
inheritedInherited from:
\eZWebDAVServer::FAILED_UNSUPPORTED
- Inherited_from
- \eZWebDAVServer::FAILED_UNSUPPORTED

CTIME_FORMAT
= "Y-m-d\\TH:i:s\\Z"
inheritedInherited from:
\eZWebDAVServer::CTIME_FORMAT
- Inherited_from
- \eZWebDAVServer::CTIME_FORMAT

MTIME_FORMAT
= "D, d M Y H:i:s"
inheritedInherited from:
\eZWebDAVServer::MTIME_FORMAT
- Inherited_from
- \eZWebDAVServer::MTIME_FORMAT

TEMP_FILE_PREFIX
= "eZWebDAVUpload_"
inheritedInherited from:
\eZWebDAVServer::TEMP_FILE_PREFIX
- Inherited_from
- \eZWebDAVServer::TEMP_FILE_PREFIX
Properties


$ServerRootDir= '""'
inheritedInherited from:
\eZWebDAVServer::$$ServerRootDir
Default value
""
Details- Type
- n/a
- Inherited_from
- \eZWebDAVServer::$$ServerRootDir


$XMLBodyRead= 'false'
inheritedInherited from:
\eZWebDAVServer::$$XMLBodyRead
Default value
false
Details- Type
- n/a
- Inherited_from
- \eZWebDAVServer::$$XMLBodyRead


$XMLOutputCharset= ''utf-8''
inheritedInherited from:
\eZWebDAVServer::$$XMLOutputCharset
Default value
'utf-8'
Details- Type
- n/a
- Inherited_from
- \eZWebDAVServer::$$XMLOutputCharset
Methods


appendLogEntry(
$logString, $label
=
false
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$logString | ||
$label |


getCollectionContent(
$dir, $depth
=
false, $properties
=
false
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$dir | ||
$depth | ||
$properties |


handle(
$status
)
:
void
inherited
Inherited from:
\eZWebDAVServer::handle()
Parameters
Name | Type | Description |
---|---|---|
$status |


options(
$target
)
:
void
inherited
Inherited from:
\eZWebDAVServer::options()
Parameters
Name | Type | Description |
---|---|---|
$target |


outputCollectionContent(
$collection, $requestedProperties
)
:
void
inherited
Inherited from:
\eZWebDAVServer::outputCollectionContent()
Parameters
Name | Type | Description |
---|---|---|
$collection | ||
$requestedProperties |


outputOptions(
$options
)
:
void
inherited
Inherited from:
\eZWebDAVServer::outputOptions()
Parameters
Name | Type | Description |
---|---|---|
$options |


outputSendDataToClient(
$output, $headers_only
=
false
)
:
void
inherited
Inherited from:
\eZWebDAVServer::outputSendDataToClient()
Parameters
Name | Type | Description |
---|---|---|
$output | ||
$headers_only |


processURL(
$url
)
:
void
inherited
Inherited from:
\eZWebDAVServer::processURL()
Parameters
Name | Type | Description |
---|---|---|
$url |


recode(
$string, $fromCharset, $toCharset, $stop
=
false
)
:
void
inherited
Inherited from:
\eZWebDAVServer::recode()
Parameters
Name | Type | Description |
---|---|---|
$string | ||
$fromCharset | ||
$toCharset | ||
$stop |


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


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


storeUploadedFile(
$target
)
:
void
inherited
Inherited from:
\eZWebDAVServer::storeUploadedFile()
Parameters
Name | Type | Description |
---|---|---|
$target |