Version specific reflection API.
Located in /reflection_php5.php (line 14)
Stashes the class/interface.
Checks that a class has been declared. Versions before PHP5.0.2 need a check that it's not really an interface.
Needed to kill the autoload feature in PHP5 for classes created dynamically.
Checks that a class or interface has been declared.
Needed to kill the autoload feature in PHP5 for classes created dynamically.
Gets the list of methods for the implemented interfaces only.
Gets the list of interfaces from a class. If the class name is actually an interface then just that interface is returned.
Writes the source code matching the declaration of a method.
Scans for final methods, as they screw up inherited mocks by not allowing you to override them.
Documentation generated on Sun, 04 May 2008 09:21:59 -0500 by phpDocumentor 1.3.0