PHP Класс DomainController

Наследование: extends MController
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

addAction() публичный Метод

Add / edit a domain.
public addAction ( )

adminsAction() публичный Метод

Lists the domain admins.
public adminsAction ( )

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.
public assignAdminAction ( )

editAction() публичный Метод

public editAction ( )

getDomainForm() публичный Метод

Instantiate / get the domain add-edit form
public getDomainForm ( ) : ViMbAdmin_Form_Domain_AddEdit
Результат ViMbAdmin_Form_Domain_AddEdit

indexAction() публичный Метод

Jumps to list action.
public indexAction ( )

listAction() публичный Метод

List all domains if super admin, else relevant domains
public listAction ( )

listSearchAction() публичный Метод

public listSearchAction ( )

preDispatch() публичный Метод

This method will look for an 'id' parameter and, if set, will try to load the domain model and authorise the user to edit / act on it.
См. также: Zend_Controller_Action::preDispatch()
public preDispatch ( )

purgeAction() публичный Метод

Purges a mailbox, removes all the related entries from the other tables.
public purgeAction ( )

removeAdminAction() публичный Метод

Remove a domain admin. Prints 'ok' on success or 'ko' otherwise to stdout.
public removeAdminAction ( )