SproutCMS

This is the code documentation for the SproutCMS project

class Event_Observer

Kohana event observer. Uses the SPL observer pattern.

Class structure

As a function argument

attach from class Event_Subject

Attach an observer to the object.

Argument name: $obj
From /sprout/Helpers/Event_Subject.php

detach from class Event_Subject

Detach an observer from the object.

Argument name: $obj
From /sprout/Helpers/Event_Subject.php