Alert
in package
Website footer alert.
Generates a sticky alert in the website footer.
Tags
Table of Contents
Methods
- __construct() : mixed
- Constructor method.
- build() : mixed
- Builds the alert.
Methods
__construct()
Constructor method.
public
__construct(string $content[, int|null $priority = null ]) : mixed
Parameters
- $content : string
-
The content to display.
- $priority : int|null = null
-
Optional. The priority of the alert.
Tags
build()
Builds the alert.
public
build() : mixed