PHP Class Admin_CommentCommenterController

Inheritance: extends Zend_Controller_Action
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
addAction ( ) Action for Adding a Commenter
deleteAction ( ) Action for Deleteing a Commenter
editAction ( ) Action for Editing a Commenter
indexAction ( )
init ( )
toggleBanAction ( )

Private Methods

Méthode Description
handleBanForm ( Admin_Form_Ban $p_form, Commenter $p_commenter, $p_publication ) Method for saving a banned
handleForm ( Zend_Form $p_form, ICommenter $p_commenter ) Method for saving a commenter

Method Details

addAction() public méthode

Action for Adding a Commenter
public addAction ( )

deleteAction() public méthode

Action for Deleteing a Commenter
public deleteAction ( )

editAction() public méthode

Action for Editing a Commenter
public editAction ( )

indexAction() public méthode

public indexAction ( )

init() public méthode

public init ( )

toggleBanAction() public méthode

public toggleBanAction ( )