Kohana event observer. Uses the SPL observer pattern.
This is the code documentation for the SproutCMS project
Search documentation |
class Event_ObserverKohana event observer. Uses the SPL observer pattern.
Variables
Functions
public __constructvoid $Event_Observer->__construct ( Event_Subject $caller ); Initializes a new observer and attaches the subject as the caller. public notifyvoid $Event_Observer->notify ( mixed $message ); Notify the observer of a new message. This function must be defined in all observers and must take exactly one parameter of any type. public removeobject $Event_Observer->remove ( ); Detaches this observer from the subject. public updateobject $Event_Observer->update ( Event_Subject $caller ); Updates the observer subject with a new caller. |
| 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 |
|