Webdav: ezcWebdavDeadProperty
[ ]
[ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavDeadProperty
|
An object of this class represents a WebDAV dead property. [
source]
An object of this class is created to represent a dead (in the meaning of unknown) property. While live properties are validated and maintained by the server itself, while dead properties are just stored without any further action.
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(
)
Returns 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 in the given $namespace with the given $name and optionally containing $content.
Parameters
| Name |
Type |
Description |
$namespace |
string |
|
$name |
string |
|
$content |
string |
|
Redefinition of
hasNoContent
bool hasNoContent(
)
Returns if property has no content.
Returns true, if the property has no content stored.
Redefinition of
Last updated: Thu, 31 Jan 2008