Webdav: ezcWebdavFileBackendOptions
[ ]
[ Clients ] [ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavFileBackendOptions
|
Class containing the options for the file backend. [
source]
An instance of this class is created an hold in
ezcWebdavFileBackend instances. Using these options the behavior of the file backend can be changed.
Parents
ezcBaseOptions
|
--ezcWebdavFileBackendOptions
Properties
|
int |
read/write
|
$directoryMode
Mode directories are created with. |
|
int |
read/write
|
$fileMode
Mode files are created with. |
|
bool |
read/write
|
$hideDotFiles
Indicates wheather to hide files starting with a dot |
|
string |
read/write
|
$lockFileName
Name used for the lock file. |
|
bool |
read/write
|
$noLock
Time to wait between tests, if a lock can be acquired in |
|
string |
read/write
|
$propertyStoragePath
Name used for property storage paths |
|
bool |
read/write
|
$useMimeExts
Indicates wheather to use PHPs extensions to receive the correct mime time for a file instead of just returning the mime type originally set by the client. |
|
int |
read/write
|
$waitForLock
Time to wait between tests, if a lock can be acquired in microseconds. |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public ezcWebdavFileBackendOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcWebdavFileBackendOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
|
Throws
| Class | Description |
ezcBaseValueException |
if $options contains a property with a value not allowed |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
Redefinition of
Last updated: Mon, 21 Dec 2009