PHP 클래스 mcp_warn

파일 보기 프로젝트 열기: phpbb/phpbb

공개 프로퍼티들

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

공개 메소드들

메소드 설명
main ( $id, $mode )
mcp_warn ( &$p_master )
mcp_warn_front_view ( ) Generates the summary on the main page of the warning module
mcp_warn_list_view ( $action ) Lists all users with warnings
mcp_warn_post_view ( $action ) Handles warning the user when the warning is for a specific post
mcp_warn_user_view ( $action ) Handles warning the user

메소드 상세

main() 공개 메소드

public main ( $id, $mode )

mcp_warn() 공개 메소드

public mcp_warn ( &$p_master )

mcp_warn_front_view() 공개 메소드

Generates the summary on the main page of the warning module
public mcp_warn_front_view ( )

mcp_warn_list_view() 공개 메소드

Lists all users with warnings
public mcp_warn_list_view ( $action )

mcp_warn_post_view() 공개 메소드

Handles warning the user when the warning is for a specific post
public mcp_warn_post_view ( $action )

mcp_warn_user_view() 공개 메소드

Handles warning the user
public mcp_warn_user_view ( $action )

프로퍼티 상세

$p_master 공개적으로 프로퍼티

public $p_master

$u_action 공개적으로 프로퍼티

public $u_action