Provides user event notification functions
This is the code documentation for the SproutCMS project
Search documentation |
class NotificationProvides user event notification functions
Variables
Functions
public checkMessagesstring Notification::checkMessages ( [ string $scope ] ); Renders notification messages for display to the user public confirmvoid Notification::confirm ( string $message [, string $format [, string $scope ]] ); Adds a confirmation message to the list of messages that are shown to the user public errorvoid Notification::error ( string $message [, string $format [, string $scope ]] ); Adds an error message to the list of messages that are shown to the user public hasbool Notification::has ( int $type [, string $scope ] ); Checks to see if a notification of a particular type has been set public popupvoid Notification::popup ( string $message , array $actions [, string $scope ] ); Adds a popup message to the list of messages that are shown to the user |
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|