From 6c374ad1891b85b65c52b8f37ec7e0b8ecca3bfe Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 23 Sep 2006 06:36:11 +0000 Subject: change PageClass to ServiceParameter in TUrlMapping --- framework/Web/THttpRequest.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framework/Web/THttpRequest.php') diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php index 33839ed0..aa690540 100644 --- a/framework/Web/THttpRequest.php +++ b/framework/Web/THttpRequest.php @@ -596,6 +596,11 @@ class THttpRequest extends TApplicationComponent implements IteratorAggregate,Ar } } + protected function getRequestResolved() + { + return $this->_requestResolved; + } + /** * @return array IDs of the available services */ -- cgit v1.2.3