Callback class
Create subclasses from this class to override the call() method to accept however many arguments by value/reference.
Example:
1 $callback =& new Callback('check');
2 if ($callback->exists()) {
3 $callback->call($arg);
4 }
See test_File.php file for examples.
Located in Program_Root/Callback.php (line 41)
Call
This method can be overidden in a subclass to handle as many arguments as necessary, also deal with references.
Documention generated on Wed, 16 Jul 2003 01:02:58 +0100 by phpDocumentor 1.2.0