Struct class representing a non-collection resource.
This struct is used to represent non-collection resources, in contrast to ezcWebdavCollection, which represents collection resources.
Source for this file: /Webdav/src/structs/resource.php
ezcBaseStruct | --ezcWebdavResource
Version: | //autogentag// |
public string |
$content
Resource contents |
public ezcWebdavPropertyStorage |
$liveProperties
Live properties of resource. |
public string |
$path
Path to resource |
public void |
__construct(
$path
, [ $liveProperties
= null] , [ $content
= null] )
Creates a new non-collection resource struct. |
Creates a new non-collection resource struct.
A new non-collection resource struct is crenated, representing the resource referenced by $path, with the given $liveProperties and $content.
Name | Type | Description |
---|---|---|
$path |
string | |
$liveProperties |
ezcWebdavPropertyStorage | |
$content |
string |