summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorwei <>2006-10-12 07:30:33 +0000
committerwei <>2006-10-12 07:30:33 +0000
commit5abdafeb9ded0c1c41992f7b3758f1dc02255683 (patch)
treec5c344f0285e9b5dcd540eeaa1a701f47e14b4bb /framework
parentde630e4134484cea82fd0a1864a45db3bd9974bc (diff)
add unified chm build (quickstart + API + classdocs + wiki)
Diffstat (limited to 'framework')
-rw-r--r--framework/PradoBase.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 8056ed20..1c1e711b 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -340,6 +340,11 @@ class PradoBase
return isset(self::$_aliases[$alias])?self::$_aliases[$alias]:null;
}
+ protected static function getPathAliases()
+ {
+ return self::$_aliases;
+ }
+
/**
* @param string alias to the path
* @param string the path corresponding to the alias