Webdav: ezcWebdavSourcePropertyLink
[ ]
[ Clients ] [ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavSourcePropertyLink
|
An object of this class represents the Webdav property <source>. [
source]
Parents
ezcWebdavInfrastructureBase
|
--ezcWebdavProperty
|
--ezcWebdavLiveProperty
|
--ezcWebdavSourcePropertyLink
Properties
|
string |
read/write
|
$dst
Destination of the link (URI). |
|
string |
read/write
|
$src
Source of the link (URI). |
Inherited Member Variables
From
ezcWebdavProperty:
From
ezcWebdavInfrastructureBase:
Method Summary
|
public void |
__construct(
[$src = null], [$dst = null] )
Creates a new ezcWebdavSourceProperty. |
|
public bool |
hasNoContent(
)
Returns if property has no content. |
Inherited Methods
From
ezcWebdavLiveProperty :
From
ezcWebdavProperty :
From
ezcWebdavInfrastructureBase :
Methods
__construct
void __construct(
[string
$src = null], [string
$dst = null] )
Creates a new ezcWebdavSourceProperty.
The $src parameter is the requested path, while the $dst parameter indicate the source URI.
Parameters
| Name |
Type |
Description |
$src |
string |
Link source (URI). |
$dst |
string |
Link destination (URI). |
Redefinition of
hasNoContent
bool hasNoContent(
)
Returns if property has no content.
Returns true, if the property has no content stored.
Redefinition of
Last updated: Mon, 09 Feb 2009