
Public Member Functions | |
| index ($id=null, $order="", $dir=true, $page=1, $dim=20) | |
| view ($id=null) | |
| Generic view method: to override in real modules or create specific view methods if more types are handled by this module, like view[ModelName] (e.g. | |
| save () | |
| Generic save method: to override in real modules. | |
| delete () | |
| Generic delete method: to override in real modules. | |
| deleteSelected () | |
| categories () | |
| saveCategories () | |
| deleteCategories () | |
| cloneObject () | |
Public Attributes | |
| $name = 'Addressbook' | |
| $helpers = array('BeTree', 'BeToolbar') | |
| $components = array('BeTree', 'BeCustomProperty', 'BeLangText', 'BeFileHandler') | |
| $uses = array('BEObject','Tree', 'Category', 'Card', 'MailGroup') | |
Protected Member Functions | |
| forward ($action, $esito) | |
Protected Attributes | |
| $moduleName = 'addressbook' | |
Definition at line 31 of file addressbook_controller.php.
| AddressbookController.view | ( | $ | id = null |
) |
Generic view method: to override in real modules or create specific view methods if more types are handled by this module, like view[ModelName] (e.g.
viewDocument, viewEvent...) This methods will be called automagically....
| integer | $id object id to view |
Reimplemented from ModulesController.
Definition at line 59 of file addressbook_controller.php.
| AddressbookController.save | ( | ) |
Generic save method: to override in real modules.
If more types are handled by this module create specific 'save' methods like save[ModelName] (e.g. saveDocument, saveEvent...) This methods will be called automagically....
Reimplemented from ModulesController.
Definition at line 67 of file addressbook_controller.php.
References AppController.eventInfo(), and AppController.userInfoMessage().
| AddressbookController.delete | ( | ) |
Generic delete method: to override in real modules.
If more types are handled by this module create specific delete methods like delete[ModelName] (e.g. deleteDocument, deleteEvent...) This methods will be called automagically....
Reimplemented from ModulesController.
Definition at line 101 of file addressbook_controller.php.
References AppController.deleteObjects(), AppController.eventInfo(), and AppController.userInfoMessage().
BEdita 3.0.1 betula