SproutCMS

This is the code documentation for the SproutCMS project

function notify()

Notify the observer of a new message. This function must be defined in
all observers and must take exactly one parameter of any type.

Usage

void $Event_Observer->notify ( mixed $message );

Arguments

  1. mixed $message
    message string, object, or array

Return value

  • void