summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2011-02-26 14:18:50 +0000
committergodzilla80@gmx.net <>2011-02-26 14:18:50 +0000
commit88a3ef07397fbf679e0b70f9c73c4d4b806b0e41 (patch)
tree96d126f2f81d0f433d140894f381d09a3d528df3 /framework/PradoBase.php
parent09e47185124cc4674fac4656959d57c92537d355 (diff)
CHG: Remove TReflectionClass and all references since equals ReflectionClass
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r--framework/PradoBase.php14
1 files changed, 1 insertions, 13 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index a164c596..08801807 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -420,7 +420,7 @@ class PradoBase
if(isset($t['file']))
echo basename($t['file']) . ':' . $t['line'];
else
- echo '<PHP inner-code>';
+ echo '<PHP inner-code>';
echo ' -- ';
if(isset($t['class']))
echo $t['class'] . $t['type'];
@@ -625,18 +625,6 @@ class PradoBase
}
}
-/**
- * TReflectionClass class.
- * This class was originally written to cope with the incompatibility between different PHP versions.
- * It is equivalent to ReflectionClass for PHP version >= 5.1.0
- * @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Id$
- * @package System
- * @since 3.0
- */
-class TReflectionClass extends ReflectionClass
-{
-}
/**
* Includes the classes essential for PradoBase class