From dc20464209d5f853e482e6b3eafda56b9a2db7b7 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 7 Aug 2007 00:25:59 +0000 Subject: added version info. --- framework/Web/TUrlMapping.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework') diff --git a/framework/Web/TUrlMapping.php b/framework/Web/TUrlMapping.php index eada097f..fb757244 100644 --- a/framework/Web/TUrlMapping.php +++ b/framework/Web/TUrlMapping.php @@ -185,6 +185,7 @@ class TUrlMapping extends TUrlManager /** * @return string the default class of URL mapping patterns. Defaults to TUrlMappingPattern. + * @since 3.1.1 */ public function getDefaultMappingClass() { @@ -196,6 +197,7 @@ class TUrlMapping extends TUrlManager * When a URL matching pattern does not specify "class" attribute, it will default to the class * specified by this property. You may use either a class name or a namespace format of class (if the class needs to be included first.) * @param string the default class of URL mapping patterns. + * @since 3.1.1 */ public function setDefaultMappingClass($value) { -- cgit v1.2.3