From af832a5a9018c7dcc2f24111d82049902269fc53 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 18 Oct 2006 01:38:47 +0000 Subject: merge from 3.0 branch till 1463. --- framework/PradoBase.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framework/PradoBase.php') diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 93bdd084..4cfedb09 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