Webdav: ezcWebdavResourceTypeProperty
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavResourceTypeProperty
|
An object of this class represents the Webdav property <resourcetype>. [
source]
Parents
ezcWebdavInfrastructureBase
|
--ezcWebdavProperty
|
--ezcWebdavLiveProperty
|
--ezcWebdavResourceTypeProperty
Constants
Properties
|
string |
read/write
|
$type
The resource type (free form). |
Inherited Member Variables
From
ezcWebdavProperty:
From
ezcWebdavInfrastructureBase:
Method Summary
|
public void |
__construct(
[$type = null] )
Creates a new ezcWebdavResourceTypeProperty. |
|
public bool |
hasNoContent(
)
Check if property has no content. |
Inherited Methods
From
ezcWebdavLiveProperty :
From
ezcWebdavProperty :
From
ezcWebdavInfrastructureBase :
Methods
__construct
void __construct(
[int
$type = null] )
Creates a new ezcWebdavResourceTypeProperty.
Parameters
| Name |
Type |
Description |
$type |
int |
self::TYPE_COLLECTION or self::TYPE_RESSOURCE. |
Redefinition of
hasNoContent
bool hasNoContent(
)
Check if property has no content.
Should return true, if property has no assigned content.
Redefinition of
Last updated: Mon, 12 Nov 2007