Path

ez components / documentation / api reference / 2007.2 / webdav


Webdav: ezcWebdavCollection

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

Class: ezcWebdavCollection

Struct representing collection resources. [source]
This struct is used to represent collection resources, in contrast to ezcWebdavResource, which represents non-collection resources.

Parents

ezcBaseStruct
   |
   --ezcWebdavCollection

Member Variables

public array(int=>ezcWebdavCollection|ezcWebdavResource) $childs
Array with children of ressource.
public ezcWebdavPropertyStorage $liveProperties
Live properties of ressource.
public string $path
Path to ressource.

Method Summary

public void __construct( $path, [$liveProperties = null], [$childs = array()] )
Creates a new collection struct.

Methods

__construct

void __construct( string $path, [ezcWebdavPropertyStorage $liveProperties = null], [ $childs = array()] )
Creates a new collection struct.
A new collection struct is created, representing the collection referenced by $path, with the given $liveProperties and $childs elements.

Parameters

Name Type Description
$path string  
$liveProperties ezcWebdavPropertyStorage  
$childs array  

Last updated: Mon, 17 Dec 2007