Element index for package Observer

[ a ] [ d ] [ g ] [ n ] [ o ] [ u ]



'a'

attach
in file Observerable.class.php, method Gumbo_Interface_Observerable::attach()
    Attaches (registers) an Observer to the Observerable
top



'd'

detach
in file Observerable.class.php, method Gumbo_Interface_Observerable::detach()
    Detach (unregister) an Observer from the Observerable
top



'g'

Gumbo_Interface_Observer
in file Observer.class.php, class Gumbo_Interface_Observer
    Observer Pattern Interface, Observer
Gumbo_Interface_Observerable
in file Observerable.class.php, class Gumbo_Interface_Observerable
    Observer Pattern Interface, Observerable
top



'n'

notify
in file Observerable.class.php, method Gumbo_Interface_Observerable::notify()
    Notifies the Observers about changes to the Observerable object state
top



'o'

Observer.class.php
procedural page Observer.class.php
Observerable.class.php
procedural page Observerable.class.php
top



'u'

update
in file Observer.class.php, method Gumbo_Interface_Observer::update()
    Receives updated information from an Observerable object
top