Webdav: ezcWebdavLockDiscoveryPropertyActiveLock
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavLockDiscoveryPropertyActiveLock
|
Objects of this class are used in the ezcWebdavLockDiscoveryProperty class. [
source]
Parents
ezcWebdavInfrastructureBase
|
--ezcWebdavProperty
|
--ezcWebdavLiveProperty
|
--ezcWebdavSupportedLockPropertyLockentry
|
--ezcWebdavLockDiscoveryPropertyActiveLock
Properties
|
int |
read/write
|
$depth
Constant indicating 0, 1 or infinity. |
|
string |
read/write
|
$owner
Owner of this lock (free form string). Null if not provided. |
|
ezcWebdavDateTime|null |
read/write
|
$timeout
Timeout date or null for inifinite. Null if not provided. |
|
array(string) |
read/write
|
$tokens
Tokens submitted in <locktocken> (URIs). Null if not provided. These are originally covered in additional <href> elements, which is left out here. |
Inherited Member Variables
From
ezcWebdavProperty:
From
ezcWebdavInfrastructureBase:
Method Summary
|
public void |
__construct(
[$lockType = ezcWebdavLockRequest::TYPE_READ], [$lockScope = ezcWebdavLockRequest::SCOPE_SHARED], [$depth = ezcWebdavRequest::DEPTH_INFINITY], [$owner = null], [$timeout = null], [$tokens = array()] )
Creates a new ezcWebdavSupportedLockPropertyLockentry. |
|
public void |
clear(
)
Remove all contents from a property. |
|
public bool |
hasNoContent(
)
Check if property has no content. |
Inherited Methods
From
ezcWebdavSupportedLockPropertyLockentry :
From
ezcWebdavLiveProperty :
From
ezcWebdavProperty :
From
ezcWebdavInfrastructureBase :
Methods
__construct
void __construct(
[int
$lockType = ezcWebdavLockRequest::TYPE_READ], [int
$lockScope = ezcWebdavLockRequest::SCOPE_SHARED], [int
$depth = ezcWebdavRequest::DEPTH_INFINITY], [string
$owner = null], [
ezcWebdavDateTime
$timeout = null], [array(string)
$tokens = array()] )
Creates a new ezcWebdavSupportedLockPropertyLockentry.
Parameters
| Name |
Type |
Description |
$lockType |
int |
Lock type (constant ezcWebdavLockRequest::TYPE_*). |
$lockScope |
int |
Lock scope (constant ezcWebdavLockRequest::SCOPE_*). |
$depth |
int |
Lock depth (constant ezcWebdavRequest::DEPTH_*). |
$owner |
string |
|
$timeout |
ezcWebdavDateTime |
|
$tokens |
array(string) |
|
Redefinition of
clear
void clear(
)
Remove all contents from a property.
Clear a property, so that it will be recognized as empty later.
Redefinition of
hasNoContent
bool hasNoContent(
)
Check if property has no content.
Should return true, if property has no assigned content.
Redefinition of
Last updated: Mon, 12 Nov 2007