From 5abdafeb9ded0c1c41992f7b3758f1dc02255683 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 12 Oct 2006 07:30:33 +0000 Subject: add unified chm build (quickstart + API + classdocs + wiki) --- framework/PradoBase.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framework') 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 -- cgit v1.2.3