root/components/extendedReflection/ExtendedReflectionFunction.class.php

6286
1
<?php
1
<?php
2
/**
2
/**
3
 * ExtendedReflectionFunction - to make possible extend ReflectionFunction
4
 * @package ExtendedReflection
5
 */
6
7
/**
3
 * Class what make possible and easy extend reflection function
8
 * Class what make possible and easy extend reflection function
4
 * 
9
 * 
5
 * Reflection classes can be a problem because the reflection
10
 * Reflection classes can be a problem because the reflection
...
...
9
 * extended version of the objects.
14
 * extended version of the objects.
10
 * 
15
 * 
11
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
16
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
12
 * @package ExtendedReflection
13
 *
17
 *
14
 */
18
 */
15
class ExtendedReflectionFunction extends ReflectionFunction
19
class ExtendedReflectionFunction extends ReflectionFunction