HaveIBeenPwnedPageController
extends PageController
in package
Class \Firesphere\HaveIBeenPwned\Controllers\HaveIBeenPwnedPageController
Table of Contents
Properties
- $allowed_actions : array<string|int, mixed>
- $url_handlers : array<string|int, mixed>
Methods
- checkEmail() : $this
Properties
$allowed_actions
private
static array<string|int, mixed>
$allowed_actions
= ['checkEmail']
$url_handlers
private
static array<string|int, mixed>
$url_handlers
= ['check-email' => 'checkEmail']
Methods
checkEmail()
public
checkEmail([null|HTTPRequest $request = null ][, array<string|int, mixed> $params = [] ]) : $this
Parameters
- $request : null|HTTPRequest = null
- $params : array<string|int, mixed> = []