Class TODOItem
This class uses the communication collection to serve a special collection
for to-do entries.
-
cGenericDb
-
cItemBaseAbstract
-
Item
-
cApiCommunication
-
TODOItem
Methods summary
public
boolean
|
#
setProperty( string $type, string $name, mixed $value, integer $client = 0 )
(non-PHPdoc)
Parameters
- $type
string $sType Specifies the type
- $name
string $sName Specifies the name
- $value
mixed $mValue Specifies the value
- $client
integer $iClient Id of client to set property for
Returns
boolean
See
Todo
should return return value of overloaded method
Overrides
|
Methods inherited from Item
_inFilter(),
_loadByWhereClause(),
_onLoad(),
_outFilter(),
_setMetaObject(),
deleteProperty(),
deletePropertyById(),
get(),
getField(),
getMetaObject(),
getProperty(),
isLoaded(),
loadBy(),
loadByMany(),
loadByPrimaryKey(),
loadByRecordSet(),
set(),
setField(),
setFilters(),
toArray(),
toObject()
|