Path

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


eZ Components 2007.2alpha1

Webdav: ezcWebdavCollection

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

Class: ezcWebdavCollection

Collection struct [source]

Parents

ezcBaseStruct
   |
   --ezcWebdavCollection

Member Variables

public array $childs
Array with childs of ressource
public array $liveProperties
Live properties of ressource.
public string $path
Path to ressource

Method Summary

public void __construct( $path, [$liveProperties = null], [$childs = array()] )
Construct a collection structure from path, properties and contents of a ressource.

Methods

__construct

void __construct( string $path, [ezcWebdavPropertyStorage $liveProperties = null], [ $childs = array()] )
Construct a collection structure from path, properties and contents of a ressource.

Parameters

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

Last updated: Mon, 12 Nov 2007