class user_form extends form
Class user_form Allows users to send emails to other users
Methods
__construct(auth $auth, config $config, driver_interface $db, user $user, string $phpbb_root_path, string $phpEx)
Construct |
from form | |
string |
get_page_title()
Returns the title for the email form page |
from form |
string |
get_template_file()
Returns the file name of the form template |
from form |
false|string |
check_allow()
{inheritDoc} |
|
string |
get_return_message()
Get the return link after the message has been sent |
from form |
null |
bind(request_interface $request)
{inheritDoc} |
|
null |
submit(messenger $messenger)
{inheritDoc} |
|
null |
render(template $template)
{inheritDoc} |
Details
in form at line 54
public
__construct(auth $auth, config $config, driver_interface $db, user $user, string $phpbb_root_path, string $phpEx)
Construct
in form at line 72
public string
get_page_title()
Returns the title for the email form page
in form at line 82
public string
get_template_file()
Returns the file name of the form template
at line 51
public false|string
check_allow()
{inheritDoc}
in form at line 112
public string
get_return_message()
Get the return link after the message has been sent
at line 86
public null
bind(request_interface $request)
{inheritDoc}
at line 99
public null
submit(messenger $messenger)
{inheritDoc}
at line 122
public null
render(template $template)
{inheritDoc}