Path

ez components / documentation / api reference / 2007.2beta1 / webdav


eZ Components 2007.2beta1

Webdav: ezcWebdavDeadProperty

[ Tutorial ] [ Plugin architecture ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

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:
protected  ezcWebdavProperty::$properties
From ezcWebdavInfrastructureBase:
protected  ezcWebdavInfrastructureBase::$pluginData

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 :
public void ezcWebdavProperty::__construct()
Creates a new property.
public void ezcWebdavProperty::clear()
Remove all contents from a property.
protected void ezcWebdavProperty::hasError()
Add property validation error.
public abstract bool ezcWebdavProperty::hasNoContent()
Check if property has no content.
From ezcWebdavInfrastructureBase :
public mixed ezcWebdavInfrastructureBase::getPluginData()
Retrieves plugin data from the storage.
public bool ezcWebdavInfrastructureBase::hasPluginData()
Returns if plugin data is available in the storage.
public void ezcWebdavInfrastructureBase::removePluginData()
Removes plugin data from the storage.
public void ezcWebdavInfrastructureBase::setPluginData()
Sets plugin data in the storage.

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

Method Description
ezcWebdavProperty::__construct() Creates a new property.

hasNoContent

bool hasNoContent( )
Check if property has no content.
Should return true, if property has no assigned content.

Redefinition of

Method Description
ezcWebdavProperty::hasNoContent() Check if property has no content.

Last updated: Wed, 28 Nov 2007