Method |
Description |
|
addAction ( ) |
Add / edit a domain. |
|
adminsAction ( ) |
Lists the domain admins. |
|
ajaxToggleActiveAction ( ) |
Toggles the active property for the current domain. Prints 'ok' on success or 'ko' otherwise to stdout. |
|
assignAdminAction ( ) |
Add a domain admin. Prints 'ok' on success or 'ko' otherwise to stdout. |
|
editAction ( ) |
|
|
getDomainForm ( ) : ViMbAdmin_Form_Domain_AddEdit |
Instantiate / get the domain add-edit form |
|
indexAction ( ) |
Jumps to list action. |
|
listAction ( ) |
List all domains if super admin, else relevant domains |
|
listSearchAction ( ) |
|
|
preDispatch ( ) |
Most actions in this object will require a domain object to edit / act on. |
|
purgeAction ( ) |
Purges a mailbox, removes all the related entries from the other tables. |
|
removeAdminAction ( ) |
Remove a domain admin. Prints 'ok' on success or 'ko' otherwise to stdout. |
|