Etienne Kneuss

home » repository » php » ircbot » libraries » iface.Observed.php
Tree:
school
mp3
php
sample
publications
Math_Derivative
Math_Expression
ircbot
libraries
class.Link_IRC.php
class.DB_mySQL.php
class.Link.php
expt.DB_Exception.php
class.DB_mySQL_Results.php
class.DB_Common_Results.php
class.DB.php
class.DB_Common.php
iface.Observed.php
iface.Observer.php
class.BaseArray.php
class.Bot.php
modules
exceptions
bot.php
plopbot.sql
php.net
images
dump

Source code raw phps

    <?php interface Observed {     const O_ERROR = 0;     public function attach(Observer $obj);     public function detach(Observer $obj);     public function notify($msg, $type); }

Comments

There is currently no comment here.

Add a comment

Username:

Spam Challenge: 1+2=?

Comment: