/**
 * reflect main file
 *
 * Reflect library for PHP-ATerms. This libary includes an 
 * environment and initialization routines for these environments.
 * An environment can be used for getting definitions of functions
 * and classes given a name.
 *
 * @author Eric Bouwers
 */
module php/reflect/main
imports
  php/signature/version4
  php/signature/version5

  php/reflect/oo/classes
  php/reflect/common/main
  php/reflect/version4/main
  php/reflect/version5/main
  php/reflect/inclusion/main