INSTALL
FAQ
LICENSE
README
Release-1.3.1
Todo List
a class for handling the publishing of data
Located in /phpDocumentor/Publisher.inc [line 46]
Properties
Methods
Array of references objects that have Subscribed to this publisher
void publishEvent( integer $event, mixed $data )
void subscribe( integer $event, &$object, class $object )
Adds a subscriber to the $subscriber array().
if $event is '*', the publisher will use $object as the default event handler