Class Property
Property object
- Model
- AppModel
- BEAppModel
- Property
Located at models/property.php
Methods summary
public
proerty
|
|
public
array
|
#
propertyNames( integer $objectTypeId )
Return an array of property names of a specific object_type_id. The array keys are the property ids |
Methods inherited from BEAppModel
am()
,
buildQueryStatement()
,
checkDate()
,
checkDuration()
,
checkFloat()
,
checkNumber()
,
containLevel()
,
email()
,
fieldsString()
,
findObjects()
,
findObjectsAfterFilter()
,
findObjectsClauses()
,
findObjectsCount()
,
getBindingsLevel()
,
getDefaultDateFormat()
,
getDriver()
,
getEndQuote()
,
getLimitClausole()
,
getStartQuote()
,
setBindingsLevel()
,
setupDbParams()
,
toolbar()
Methods inherited from AppModel
Properties summary
public
array
|
$actsAs
|
#
array('CompactResult' =>
array('PropertyOption', 'ObjectProperty', 'UserProperty'))
|
public
array
|
$hasMany
|
#
array(
'PropertyOption',
'ObjectProperty',
'UserProperty')
|
public
array
|
$validate
|
#
array(
'name' => array(
'rule' => 'notEmpty'
)
)
|