[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/phpbb/message/ -> form.php (summary)

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: 175 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  __construct()
  get_page_title()
  get_template_file()
  check_allow()
  get_return_message()
  bind()
  submit()
  render()

Functions
Functions that are not part of a class:

__construct(\phpbb\auth\auth $auth, \phpbb\config\config $config, \phpbb\db\driver\driver_interface $db, \phpbb\user $user, $phpbb_root_path, $phpEx)   X-Ref
Construct

param: \phpbb\auth\auth $auth
param: \phpbb\config\config $config
param: \phpbb\db\driver\driver_interface $db
param: \phpbb\user $user
param: string $phpbb_root_path
param: string $phpEx

get_page_title()   X-Ref
Returns the title for the email form page

return: string

get_template_file()   X-Ref
Returns the file name of the form template

return: string

check_allow()   X-Ref
Checks whether the user is allowed to use the form

return: false|string    Error string if not allowed, false otherwise

get_return_message()   X-Ref
Get the return link after the message has been sent

return: string

bind(\phpbb\request\request_interface $request)   X-Ref
Bind the values of the request to the form

return: null
param: \phpbb\request\request_interface $request

submit(\messenger $messenger)   X-Ref
Submit form, generate the email and send it

return: null
param: \messenger $messenger

render(\phpbb\template\template $template)   X-Ref
Render the template of the form

return: null
param: \phpbb\template\template $template



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1