Path

ez components / documentation / api reference / 2007.2.1 / webdav


eZ Components 2007.2.1

Webdav: ezcWebdavSourceProperty

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

Class: ezcWebdavSourceProperty

An object of this class represents the Webdav property <source>. [source]

Parents

ezcWebdavInfrastructureBase
   |
   --ezcWebdavProperty
      |
      --ezcWebdavLiveProperty
         |
         --ezcWebdavSourceProperty

Properties

array(ezcWebdavSourcePropertyLink) read/write  $links
Lock information according to <link> elements.

Inherited Member Variables

From ezcWebdavProperty:
protected  ezcWebdavProperty::$properties
From ezcWebdavInfrastructureBase:
protected  ezcWebdavInfrastructureBase::$pluginData

Method Summary

public void __construct( [$links = array()] )
Creates a new ezcWebdavSourceProperty.
public void clear( )
Removes all contents from a property.
public void hasNoContent( )
Remove all contents from a property.

Inherited Methods

From ezcWebdavLiveProperty :
public void ezcWebdavLiveProperty::__construct()
Creates a new live property.
From ezcWebdavProperty :
public void ezcWebdavProperty::__construct()
Creates a new property object.
public void ezcWebdavProperty::clear()
Remove all contents from a property.
protected void ezcWebdavProperty::hasError()
Indicates that a property has a 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( [ $links = array()] )
Creates a new ezcWebdavSourceProperty.
The given array must contain instances of ezcWebdavSourcePropertyLink.

Parameters

Name Type Description
$links array(ezcWebdavSourcePropertyLink)  

Redefinition of

Method Description
ezcWebdavLiveProperty::__construct() Creates a new live property.

clear

void clear( )
Removes all contents from a property.
Clear the property, so that it will be recognized as empty later.

Redefinition of

Method Description
ezcWebdavProperty::clear() Remove all contents from a property.

hasNoContent

void hasNoContent( )
Remove all contents from a property.
Clear the property, so that it will be recognized as empty later.

Redefinition of

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

Last updated: Thu, 31 Jan 2008