[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 246 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ucp_login_link:: (5 methods):
main()
get_hidden_fields()
get_login_link_data_array()
process_login_result()
perform_redirect()
Class: ucp_login_link - X-Ref
ucp_login_linkmain($id, $mode) X-Ref |
Generates the ucp_login_link page and handles login link process param: int $id param: string $mode |
get_hidden_fields($data) X-Ref |
Builds the hidden fields string from the data array. param: array $data This function only includes data in the array return: string A string of hidden fields that can be included in the |
get_login_link_data_array() X-Ref |
Builds the login_link data array return: array All login_link data. This is all GET data whose names |
process_login_result($result) X-Ref |
Processes the result array from the login process param: array $result The login result array return: string|null If there was an error in the process, a string is |
perform_redirect() X-Ref |
Performs a post login redirect |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |