PHP 클래스 mcp_queue

파일 보기 프로젝트 열기: phpbb/phpbb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$p_master
$u_action

공개 메소드들

메소드 설명
approve_posts ( $action, $post_id_list, $id, $mode ) : null Approve/Restore posts
approve_topics ( $action, $topic_id_list, $id, $mode ) : null Approve/Restore topics
disapprove_posts ( $post_id_list, $id, $mode ) : null Disapprove Post
main ( $id, $mode )
mcp_queue ( &$p_master )

메소드 상세

approve_posts() 공개 정적인 메소드

Approve/Restore posts
public static approve_posts ( $action, $post_id_list, $id, $mode ) : null
$action string Action we perform on the posts ('approve' or 'restore')
$post_id_list array IDs of the posts to approve/restore
$id mixed Category of the current active module
$mode string Active module
리턴 null

approve_topics() 공개 정적인 메소드

Approve/Restore topics
public static approve_topics ( $action, $topic_id_list, $id, $mode ) : null
$action string Action we perform on the posts ('approve' or 'restore')
$topic_id_list array IDs of the topics to approve/restore
$id mixed Category of the current active module
$mode string Active module
리턴 null

disapprove_posts() 공개 정적인 메소드

Disapprove Post
public static disapprove_posts ( $post_id_list, $id, $mode ) : null
$post_id_list array IDs of the posts to disapprove/delete
$id mixed Category of the current active module
$mode string Active module
리턴 null

main() 공개 메소드

public main ( $id, $mode )

mcp_queue() 공개 메소드

public mcp_queue ( &$p_master )

프로퍼티 상세

$p_master 공개적으로 프로퍼티

public $p_master

$u_action 공개적으로 프로퍼티

public $u_action