PHP Class Admin_CommentCommenterController

Inheritance: extends Zend_Controller_Action
Mostra file Open project: sourcefabric/newscoop

Public Methods

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

Private Methods

Method 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 method

Action for Adding a Commenter
public addAction ( )

deleteAction() public method

Action for Deleteing a Commenter
public deleteAction ( )

editAction() public method

Action for Editing a Commenter
public editAction ( )

indexAction() public method

public indexAction ( )

init() public method

public init ( )

toggleBanAction() public method

public toggleBanAction ( )