PHP Class mcp_warn

ファイルを表示 Open project: phpbb/phpbb

Public Properties

Property Type Description
$p_master
$u_action

Public Methods

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

Method Details

main() public method

public main ( $id, $mode )

mcp_warn() public method

public mcp_warn ( &$p_master )

mcp_warn_front_view() public method

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

mcp_warn_list_view() public method

Lists all users with warnings
public mcp_warn_list_view ( $action )

mcp_warn_post_view() public method

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

mcp_warn_user_view() public method

Handles warning the user
public mcp_warn_user_view ( $action )

Property Details

$p_master public_oe property

public $p_master

$u_action public_oe property

public $u_action