Webdav: ezcWebdavSupportedLockPropertyLockentry
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavSupportedLockPropertyLockentry
|
Objects of this class are used in the ezcWebdavSupportedLockProperty class. [
source]
Parents
ezcWebdavInfrastructureBase
|
--ezcWebdavProperty
|
--ezcWebdavLiveProperty
|
--ezcWebdavSupportedLockPropertyLockentry
Descendents
Properties
|
int |
read/write
|
$lockScope
Constant indicating exclusive or shared lock. |
|
int |
read/write
|
$lockType
Constant indicating read or write lock. |
Inherited Member Variables
From
ezcWebdavProperty:
From
ezcWebdavInfrastructureBase:
Method Summary
|
public void |
__construct(
[$lockType = ezcWebdavLockRequest::TYPE_READ], [$lockScope = ezcWebdavLockRequest::SCOPE_SHARED] )
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
ezcWebdavLiveProperty :
From
ezcWebdavProperty :
From
ezcWebdavInfrastructureBase :
Methods
__construct
void __construct(
[int
$lockType = ezcWebdavLockRequest::TYPE_READ], [int
$lockScope = ezcWebdavLockRequest::SCOPE_SHARED] )
Creates a new ezcWebdavSupportedLockPropertyLockentry.
Parameters
| Name |
Type |
Description |
$lockType |
int |
Lock type (constant TYPE_*). |
$lockScope |
int |
Lock scope (constant SCOPE_*). |
Redefinition of
Redefined in descendants as
clear
void clear(
)
Remove all contents from a property.
Clear a property, so that it will be recognized as empty later.
Redefinition of
Redefined in descendants as
hasNoContent
bool hasNoContent(
)
Check if property has no content.
Should return true, if property has no assigned content.
Redefinition of
Redefined in descendants as
Last updated: Mon, 12 Nov 2007