
Public Member Functions | |
| getGroupsByArea ($area_id=null, $card_id=null, $message_id=null) | |
| get mail groups divided by area | |
| getPublicationUrlByGroup ($mail_group_id) | |
Public Attributes | |
| $belongsTo = array("Area") | |
| $hasAndBelongsToMany | |
Protected Attributes | |
| $modelBindings | |
Definition at line 31 of file mail_group.php.
| MailGroup.getGroupsByArea | ( | $ | area_id = null, |
|
| $ | card_id = null, |
|||
| $ | message_id = null | |||
| ) |
get mail groups divided by area
| int | $area_id, if it's defined, filter by area_id | |
| int | $address_id, if it's defined, filter by address_id | |
| int | $message_id, if it's defined, filter by message_id |
Definition at line 61 of file mail_group.php.
| MailGroup.$hasAndBelongsToMany |
Initial value:
array(
"Card" => array(
"joinTable" => "mail_group_cards",
"with" => "MailGroupCard"
),
"MailMessage" => array("joinTable" => "mail_group_messages")
)
Definition at line 36 of file mail_group.php.
MailGroup.$modelBindings [protected] |
Initial value:
array(
"detailed" => array("Area", "Card", "MailMessage"),
"default" => array("Area"),
"minimum" => array()
)
Reimplemented from BEAppModel.
Definition at line 47 of file mail_group.php.
BEdita 3.0.1 betula