root/components/extendedReflection/_start.php

6286
1
<?php
1
<?php
2
/**
2
/**
3
 * ExtendReflection Start
4
 * @package ExtendedReflection
5
 */
6
7
/**
3
 * Load the Extended Reflection package
8
 * Load the Extended Reflection package
4
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
9
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
5
 * @package ExtendedReflection
6
 */
10
 */
7
require_once( "ExtendedReflectionParameter.class.php" );
11
require_once( "ExtendedReflectionParameter.class.php" );
8
require_once( "ExtendedReflectionProperty.class.php" );
12
require_once( "ExtendedReflectionProperty.class.php" );