class delete_cookies

Methods

__construct(config $config, dispatcher_interface $dispatcher, language $language, request_interface $request, user $user, string $phpbb_root_path, string $php_ext)

Constructor for delete_cookies controller

void
handle()

Handle delete cookies requests

Details

at line 54
__construct(config $config, dispatcher_interface $dispatcher, language $language, request_interface $request, user $user, string $phpbb_root_path, string $php_ext)

Constructor for delete_cookies controller

Parameters

config $config
dispatcher_interface $dispatcher
language $language
request_interface $request
user $user
string $phpbb_root_path
string $php_ext

at line 70
void handle()

Handle delete cookies requests

Return Value

void