AppUserNotificationInterface

interface atk4\core\AppUserNotificationInterface
App may implement this interface meaning that it is capable of properly
displaying user-focused messages.
Typically those messages will be displayed through the UI as Growl or
Notifications
Source:vendor/atk4/core/src/AppUserNotificationInterface.php#12

Methods

public atk4\core\AppUserNotificationInterface::userNotification($message, $context=[])
This function will be called with a message that needs to be
displayed to user.
Source:

vendor/atk4/core/src/AppUserNotificationInterface.php#20

Parameters:
  • $message (string)