AfterCurrentPageIsResolvedEvent
FinalYes
Listeners to this Event will be able to modify the current page after it has been resolved.
Table of Contents
Properties
- $currentPage : Page|null
- $formRuntime : FormRuntime
- $lastDisplayedPage : Page|null
- $request : RequestInterface
Methods
- __construct() : mixed
Properties
$currentPage
public
Page|null
$currentPage
$formRuntime read-only
public
FormRuntime
$formRuntime
$lastDisplayedPage read-only
public
Page|null
$lastDisplayedPage
$request read-only
public
RequestInterface
$request
Methods
__construct()
public
__construct(Page|null $currentPage, FormRuntime $formRuntime, Page|null $lastDisplayedPage, RequestInterface $request) : mixed
Parameters
- $currentPage : Page|null
- $formRuntime : FormRuntime
- $lastDisplayedPage : Page|null
- $request : RequestInterface