Webdav: ezcWebdavSourcePropertyLink
[ ]
[ 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(
)
Check 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.
Parameters
| Name |
Type |
Description |
$src |
string |
Link source (URI). |
$dst |
string |
Link destination (URI). |
Redefinition of
hasNoContent
bool hasNoContent(
)
Check if property has no content.
Should return true, if property has no assigned content.
Redefinition of
Last updated: Wed, 28 Nov 2007