1 Events that come with the Favorite plugin
2 =========================================
4 EndFavorNotice: After saving a notice as a favorite
5 - $profile: profile of the person faving (can be remote!)
6 - $notice: notice being faved
8 StartDisfavorNotice: Saving a notice as a favorite
9 - $profile: profile of the person faving (can be remote!)
10 - $notice: notice being faved
11 - &$result: result of the disfavoring (if you override)
13 EndDisfavorNotice: After saving a notice as a favorite
14 - $profile: profile of the person faving (can be remote!)
15 - $notice: notice being faved
17 StartFavorNoticeForm: starting the data in the form for favoring a notice
18 - $FavorForm: the favor form being shown
19 - $notice: notice being favored
21 EndFavorNoticeForm: Ending the data in the form for favoring a notice
22 - $FavorForm: the favor form being shown
23 - $notice: notice being favored
25 StartDisFavorNoticeForm: starting the data in the form for disfavoring a notice
26 - $DisfavorForm: the disfavor form being shown
27 - $notice: notice being difavored
29 EndDisFavorNoticeForm: Ending the data in the form for disfavoring a notice
30 - $DisfavorForm: the disfavor form being shown
31 - $notice: notice being disfavored
33 StartShowFaveForm: just before showing the fave form
34 - $item: the NoticeListItem object being shown
36 EndShowFaveForm: just after showing the fave form
37 - $item: the NoticeListItem object being shown