Render runtime notices div#notices
Usage
// basic usage
$string = $adminThemeFramework->renderNotices($notices);
// usage with all arguments
$string = $adminThemeFramework->renderNotices($notices, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
notices | Notices, bool | Notices object or specify boolean true to return array of all available $options |
options (optional) | array | See defaults in method |
Return value
string
array
Returns string unless you specify true for $notices argument, then it returns an array.
AdminThemeFramework methods and properties
API reference based on ProcessWire core version 3.0.236