Startpage
in package
Defines a startpage for users.
Startpages can be assigned to users to override the default startpage.
Tags
Table of Contents
- __construct() : mixed
- Constructor
Methods
__construct()
Constructor
public
__construct(string $pageId, string $type[, array<string|int, mixed> $parameters = [] ]) : mixed
Parameters
- $pageId : string
-
Page to display.
- $type : string
-
Which specific type of the page (list, card, create, update)
- $parameters : array<string|int, mixed> = []
-
Parameters when calling this page. For example primary key values when calling a card page.