PHP Class phpbb_controller_common_helper_route

Inheritance: extends phpbb_test_case
Show file Open project: phpbb/phpbb

Protected Properties

Property Type Description
$root_path

Public Methods

Method Description
helper_url_data_absolute ( )
helper_url_data_absolute_with_rewrite ( )
helper_url_data_force_server_vars ( )
helper_url_data_network ( )
helper_url_data_network_with_rewrite ( )
helper_url_data_no_rewrite ( )
helper_url_data_relative_path ( )
helper_url_data_relative_path_with_rewrite ( )
helper_url_data_with_rewrite ( )
setUp ( )
test_helper_url_absolute ( $route, $params, $is_amp, $session_id, $expected, $description )
test_helper_url_absolute_with_rewrite ( $route, $params, $is_amp, $session_id, $expected, $description )
test_helper_url_force_server_vars ( $enable_mod_rewrite, $force_server_vars, $server_name, $server_port, $script_path, $server_protocol, $type, $expected )
test_helper_url_network ( $route, $params, $is_amp, $session_id, $expected, $description )
test_helper_url_network_with_rewrite ( $route, $params, $is_amp, $session_id, $expected, $description )
test_helper_url_no_rewrite ( $route, $params, $is_amp, $session_id, $expected, $description )
test_helper_url_relative_path ( $route, $params, $is_amp, $session_id, $expected, $description )
test_helper_url_relative_path_with_rewrite ( $route, $params, $is_amp, $session_id, $expected, $description )
test_helper_url_with_rewrite ( $route, $params, $is_amp, $session_id, $expected, $description )

Protected Methods

Method Description
generate_route_objects ( )
get_base_uri ( )
get_phpbb_root_path ( )
get_script_name ( )
get_uri ( )
path_to_app ( )

Method Details

generate_route_objects() protected method

protected generate_route_objects ( )

get_base_uri() protected method

protected get_base_uri ( )

get_phpbb_root_path() protected method

protected get_phpbb_root_path ( )

get_script_name() protected method

protected get_script_name ( )

get_uri() protected method

protected get_uri ( )

helper_url_data_absolute() public method

helper_url_data_absolute_with_rewrite() public method

helper_url_data_force_server_vars() public method

helper_url_data_network() public method

helper_url_data_network_with_rewrite() public method

helper_url_data_no_rewrite() public method

helper_url_data_relative_path() public method

helper_url_data_relative_path_with_rewrite() public method

helper_url_data_with_rewrite() public method

path_to_app() protected method

protected path_to_app ( )

setUp() public method

public setUp ( )

test_helper_url_absolute() public method

public test_helper_url_absolute ( $route, $params, $is_amp, $session_id, $expected, $description )

test_helper_url_absolute_with_rewrite() public method

public test_helper_url_absolute_with_rewrite ( $route, $params, $is_amp, $session_id, $expected, $description )

test_helper_url_force_server_vars() public method

public test_helper_url_force_server_vars ( $enable_mod_rewrite, $force_server_vars, $server_name, $server_port, $script_path, $server_protocol, $type, $expected )

test_helper_url_network() public method

public test_helper_url_network ( $route, $params, $is_amp, $session_id, $expected, $description )

test_helper_url_network_with_rewrite() public method

public test_helper_url_network_with_rewrite ( $route, $params, $is_amp, $session_id, $expected, $description )

test_helper_url_no_rewrite() public method

public test_helper_url_no_rewrite ( $route, $params, $is_amp, $session_id, $expected, $description )

test_helper_url_relative_path() public method

public test_helper_url_relative_path ( $route, $params, $is_amp, $session_id, $expected, $description )

test_helper_url_relative_path_with_rewrite() public method

public test_helper_url_relative_path_with_rewrite ( $route, $params, $is_amp, $session_id, $expected, $description )

test_helper_url_with_rewrite() public method

public test_helper_url_with_rewrite ( $route, $params, $is_amp, $session_id, $expected, $description )

Property Details

$root_path protected property

protected $root_path