Webdav: ezcWebdavGetContentTypeProperty
[ ]
[ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavGetContentTypeProperty
|
An object of this class represents the Webdav property <getcontenttype>. [
source]
Parents
ezcWebdavInfrastructureBase
|
--ezcWebdavProperty
|
--ezcWebdavLiveProperty
|
--ezcWebdavGetContentTypeProperty
Properties
|
string |
read/write
|
$charset
The character set, if provided, else null. |
|
string |
read/write
|
$mime
The MIME type. |
Inherited Member Variables
From
ezcWebdavProperty:
From
ezcWebdavInfrastructureBase:
Method Summary
|
public void |
__construct(
[$mime = null], [$charset = null] )
Creates a new ezcWebdavGetContentTypeProperty. |
|
public bool |
hasNoContent(
)
Check if property has no content. |
Inherited Methods
From
ezcWebdavLiveProperty :
From
ezcWebdavProperty :
From
ezcWebdavInfrastructureBase :
Methods
__construct
void __construct(
[string
$mime = null], [
$charset = null] )
Creates a new ezcWebdavGetContentTypeProperty.
Parameters
| Name |
Type |
Description |
$mime |
string |
The mime. |
$charset |
|
|
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