ReflectionTypeParser.class.php File Reference
Go to the source code of this file.
Detailed Description
- Developer log entry:
- Necdet Can Atesman (2009-01-29): This Type parser will possibly be replaced by a doxygen variant in the future.
- Developer log entry:
- Necdet Can Atesman (2009-06-30): Altered findClassName() to use the tokenizer extension to build find the class name. The old method using guessing was providing wrong class names for types in the same package belonging to different sub-packages. Noticed this in the tests, where test.library.Country had the same class name as test.dataObject.Country.
Definition in file ReflectionTypeParser.class.php.