| [ Index ] |
PHP Cross Reference of JPSpan 0.4 (beta) |
[Source view] [Print]
Swiped from WACT: http://wact.sourceforge.net (handle.inc.php)
| File Size: | 166 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: JPSpan_Handle - X-Ref
Contains static methods for resolving and reflecting on handles| resolve(&$Handle) X-Ref |
| Takes a "handle" to an object and modifies it to convert it to an instance of the class. Allows for "lazy loading" of objects on demand. access: public param: mixed see: http://wact.sourceforge.net/index.php/ResolveHandle return: boolean FALSE if handle not resolved |
| examine($Handle) X-Ref |
| Determines the "public" class methods exposed by a handle Class constructors and methods beginning with an underscore are ignored. access: public param: mixed see: http://wact.sourceforge.net/index.php/ResolveHandle return: mixed JPSpan_HandleDescription or FALSE if invalid handle |
Class: JPSpan_HandleDescription - X-Ref
Describes a handle: used to help generate Javascript clients| Generated: Fri Nov 26 11:42:46 2004 | Cross-referenced by PHPXref 0.6 |