Class ObjectProperty
Property object
- Model
- AppModel
- BEAppModel
- ObjectProperty
Version:
$Revision$
Modifiedby: $LastChangedBy$
Lastmodified:
Located at models/object_property.php
Modifiedby: $LastChangedBy$
Lastmodified:
$LastChangedDate$
$Id$
Located at models/object_property.php
Methods summary
public
array
|
#
getObjectCustomProperties( integer $objectId, boolean $compact = false )
return smart readable array of object properties The array keys are the property names |
public
array
|
#
objectsCustomProperties( array $objects, array $options )
passed an array of BEdita objects add 'customProperties' key with array of custom properties |
Methods inherited from BEAppModel
am()
,
buildQueryStatement()
,
checkDate()
,
checkDuration()
,
checkFloat()
,
checkNumber()
,
containLevel()
,
fieldsString()
,
findObjects()
,
findObjectsAfterFilter()
,
findObjectsClauses()
,
findObjectsCount()
,
getBindingsLevel()
,
getDefaultDateFormat()
,
getDriver()
,
getEndQuote()
,
getLimitClausole()
,
getStartQuote()
,
setBindingsLevel()
,
setupDbParams()
,
toolbar()
Methods inherited from AppModel
Properties summary
public
array
|
$belongsTo
|
#
array(
"Property",
"BEObject" => array(
"foreignKey" => "object_id"
)
)
|