Path

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


eZ Components 2007.2alpha1

Webdav: ezcWebdavResource

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

Class: ezcWebdavResource

Resource struct [source]

Parents

ezcBaseStruct
   |
   --ezcWebdavResource

Member Variables

public string $content
Resource contents
public array $liveProperties
Live properties of resource.
public string $path
Path to resource

Method Summary

public void __construct( $path, [$liveProperties = null], [$content = null] )
Construct a resource structure from path, properties and contents of a resource.

Methods

__construct

void __construct( string $path, [ezcWebdavPropertyStorage $liveProperties = null], [string $content = null] )
Construct a resource structure from path, properties and contents of a resource.

Parameters

Name Type Description
$path string  
$liveProperties ezcWebdavPropertyStorage  
$content string  

Last updated: Mon, 12 Nov 2007