diff options
author | wei <> | 2006-10-12 07:30:33 +0000 |
---|---|---|
committer | wei <> | 2006-10-12 07:30:33 +0000 |
commit | 5abdafeb9ded0c1c41992f7b3758f1dc02255683 (patch) | |
tree | c5c344f0285e9b5dcd540eeaa1a701f47e14b4bb /framework/PradoBase.php | |
parent | de630e4134484cea82fd0a1864a45db3bd9974bc (diff) |
add unified chm build (quickstart + API + classdocs + wiki)
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r-- | framework/PradoBase.php | 5 |
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
|