[ Index ]

PHP Cross Reference of JPSpan 0.4 (beta)

title

Body

[close]

/JPSpan/ -> Handle.php (summary)

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

Defines 2 classes

JPSpan_Handle:: (2 methods):
  resolve()
  examine()

JPSpan_HandleDescription:: (0 methods):


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
and validate incoming calls



Generated: Fri Nov 26 11:42:46 2004 Cross-referenced by PHPXref 0.6