PHP 클래스 SplitMergePlugin, vanilla

상속: extends Gdn_Plugin
파일 보기 프로젝트 열기: vanilla/vanilla

공개 메소드들

메소드 설명
base_beforeCheckComments_handler ( $Sender ) Add "split" action link.
base_beforeCheckDiscussions_handler ( $Sender ) Add "merge" action link.
moderationController_mergeDiscussions_create ( Gdn_Controller $Sender ) Add a method to the ModerationController to handle merging discussions.
moderationController_splitComments_create ( $Sender ) Add a method to the ModerationController to handle splitting comments out to a new discussion.
setup ( )

메소드 상세

base_beforeCheckComments_handler() 공개 메소드

Add "split" action link.

base_beforeCheckDiscussions_handler() 공개 메소드

Add "merge" action link.

moderationController_mergeDiscussions_create() 공개 메소드

Add a method to the ModerationController to handle merging discussions.
public moderationController_mergeDiscussions_create ( Gdn_Controller $Sender )
$Sender Gdn_Controller

moderationController_splitComments_create() 공개 메소드

Add a method to the ModerationController to handle splitting comments out to a new discussion.

setup() 공개 메소드

public setup ( )