Webdav: ezcWebdavDeadProperty
[ ]
[ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavDeadProperty
|
An object of this class represents a Webdav dead property. [
source]
Parents
ezcWebdavInfrastructureBase
|
--ezcWebdavProperty
|
--ezcWebdavDeadProperty
Properties
|
string |
read/write
|
$content
The content of a dead property. |
Inherited Member Variables
From
ezcWebdavProperty:
From
ezcWebdavInfrastructureBase:
Method Summary
|
public void |
__construct(
$namespace, $name, [$content = null] )
Creates a new dead property. |
|
public bool |
hasNoContent(
)
Check if property has no content. |
Inherited Methods
From
ezcWebdavProperty :
From
ezcWebdavInfrastructureBase :
Methods
__construct
void __construct(
string
$namespace, string
$name, [string
$content = null] )
Creates a new dead property.
Creates a new dead property by namespace, name and optionally its content.
Parameters
| Name |
Type |
Description |
$namespace |
string |
|
$name |
string |
|
$content |
string |
|
Redefinition of
hasNoContent
bool hasNoContent(
)
Check if property has no content.
Should return true, if property has no assigned content.
Redefinition of
Last updated: Wed, 28 Nov 2007