
Public Member Functions | |
| beforeValidate () | |
| beforeSave () | |
| afterSave ($created) | |
Public Attributes | |
| $searchFields | |
| $actsAs | |
| $hasAndBelongsToMany | |
| $hasMany | |
| $validate | |
Protected Attributes | |
| $modelBindings | |
Definition at line 31 of file card.php.
| Card.$searchFields |
| Card.$actsAs |
Initial value:
array(
'CompactResult' => array("MailGroup", "GeoTag")
)
Reimplemented from BEAppObjectModel.
Card.$modelBindings [protected] |
Initial value:
array(
"detailed" => array("BEObject" => array("ObjectType",
"UserCreated",
"UserModified",
"Permissions",
"ObjectProperty",
"LangText",
"RelatedObject",
"Category",
"Annotation",
"User"),
"MailGroup", "GeoTag"),
"default" => array("BEObject" => array("ObjectProperty",
"LangText", "ObjectType",
"Category", "RelatedObject","Annotation" )),
"minimum" => array("BEObject" => array("ObjectType"))
)
Reimplemented from BEAppModel.
| Card.$hasAndBelongsToMany |
| Card.$hasMany |
| Card.$validate |
Initial value:
array(
'email' => array(
'rule' => 'email',
'allowEmpty' => true,
'message' => 'Please supply a valid email address.'
),
'email2' => array(
'rule' => 'email',
'allowEmpty' => true,
'message' => 'Please supply a valid email address.'
),
'newsletter_email' => array(
'rule' => 'email',
'allowEmpty' => true,
'message' => 'Please supply a valid email address.'
)
)
BEdita 3.0.1 betula