root/components/extendedReflection/_start.php
Author: blaine
File Size: 557 Bytes
(May 01, 2009 19:50 UTC) About 3 years ago
begin of the change to make possible to use the code to diagram by a external link. still has a problem with the public external css link to be solved.
<?php /** * ExtendReflection Start * @package ExtendedReflection */ /** * Load the Extended Reflection package * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> */ Loader::requireOnce( "ExtendedReflectionParameter.class.php" , true ); Loader::requireOnce( "ExtendedReflectionProperty.class.php" , true ); Loader::requireOnce( "ExtendedReflectionFunction.class.php" , true ); Loader::requireOnce( "ExtendedReflectionMethod.class.php" , true ); Loader::requireOnce( "ExtendedReflectionClass.class.php" , true ); ?> |