Webdav: ezcWebdavGetContentLanguageProperty
[ ]
[ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavGetContentLanguageProperty
|
An object of this class represents the Webdav property <getcontentlanguage>. [
source]
Parents
ezcWebdavInfrastructureBase
|
--ezcWebdavProperty
|
--ezcWebdavLiveProperty
|
--ezcWebdavGetContentLanguageProperty
Properties
|
array(string) |
read/write
|
$languages
The languages. |
Inherited Member Variables
From
ezcWebdavProperty:
From
ezcWebdavInfrastructureBase:
Method Summary
|
public void |
__construct(
[$languages = array()] )
Creates a new ezcWebdavGetContentLanguageProperty. |
|
public void |
clear(
)
Remove all contents from a property. |
|
public bool |
hasNoContent(
)
Check if property has no content. |
Inherited Methods
From
ezcWebdavLiveProperty :
From
ezcWebdavProperty :
From
ezcWebdavInfrastructureBase :
Methods
__construct
void __construct(
[
$languages = array()] )
Creates a new ezcWebdavGetContentLanguageProperty.
Parameters
| Name |
Type |
Description |
$languages |
string |
The languages. |
Redefinition of
clear
void clear(
)
Remove all contents from a property.
Clear a property, so that it will be recognized as empty later.
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