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(
)
Returns if property has no content. |
Inherited Methods
From
ezcWebdavLiveProperty :
From
ezcWebdavProperty :
From
ezcWebdavInfrastructureBase :
Methods
__construct
void __construct(
[string
$mime = null], [string
$charset = null] )
Creates a new ezcWebdavGetContentTypeProperty.
The $mime must be a string representing a valid MIME type (e.g. 'text/plain'). An optional characterset can be defined (e.g. 'UTF-8').
Parameters
| Name |
Type |
Description |
$mime |
string |
|
$charset |
string |
|
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, 17 Dec 2007