
Public Attributes | |
| $searchFields | |
| $actsAs | |
| $hasOne | |
Protected Attributes | |
| $modelBindings | |
Definition at line 786 of file app_model.php.
| BeditaProductModel.$searchFields |
Initial value:
array("title" => 10 , "description" => 6, "abstract" => 4, "body" => 4)
Definition at line 788 of file app_model.php.
BeditaProductModel.$modelBindings [protected] |
Initial value:
array(
"detailed" => array("BEObject" => array("ObjectType",
"Permissions",
"UserCreated",
"UserModified",
"RelatedObject",
"Category",
"Annotation"),
"Product"),
"default" => array("BEObject" => array( "ObjectProperty",
"LangText",
"ObjectType"),
"Product"),
"minimum" => array("BEObject" => array("ObjectType"),"Product")
)
Reimplemented from BEAppModel.
Definition at line 791 of file app_model.php.
| BeditaProductModel.$actsAs |
Initial value:
array(
'CompactResult' => array(),
'SearchTextSave' => array(),
'ForeignDependenceSave' => array('BEObject', 'Product'),
'DeleteObject' => 'objects',
)
Reimplemented from BEAppObjectModel.
Definition at line 808 of file app_model.php.
| BeditaProductModel.$hasOne |
Initial value:
array(
'BEObject' =>
array(
'className' => 'BEObject',
'conditions' => '',
'foreignKey' => 'id',
'dependent' => true
),
'Product' =>
array(
'className' => 'Product',
'conditions' => '',
'foreignKey' => 'id',
'dependent' => true
)
)
Reimplemented from BEAppObjectModel.
Definition at line 815 of file app_model.php.
BEdita 3.0.1 betula