PHP 클래스 Admin_CommentCommenterController

상속: extends Zend_Controller_Action
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
addAction ( ) Action for Adding a Commenter
deleteAction ( ) Action for Deleteing a Commenter
editAction ( ) Action for Editing a Commenter
indexAction ( )
init ( )
toggleBanAction ( )

비공개 메소드들

메소드 설명
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

메소드 상세

addAction() 공개 메소드

Action for Adding a Commenter
public addAction ( )

deleteAction() 공개 메소드

Action for Deleteing a Commenter
public deleteAction ( )

editAction() 공개 메소드

Action for Editing a Commenter
public editAction ( )

indexAction() 공개 메소드

public indexAction ( )

init() 공개 메소드

public init ( )

toggleBanAction() 공개 메소드

public toggleBanAction ( )