summaryrefslogtreecommitdiff
path: root/framework/Web/TUrlMapping.php
diff options
context:
space:
mode:
authorxue <>2007-08-07 00:25:59 +0000
committerxue <>2007-08-07 00:25:59 +0000
commitdc20464209d5f853e482e6b3eafda56b9a2db7b7 (patch)
tree8c46d15fd8163ba414182525e5e8774f897284c8 /framework/Web/TUrlMapping.php
parentd7392f14a02853481909f05e0f8cb11e5f3e6989 (diff)
added version info.
Diffstat (limited to 'framework/Web/TUrlMapping.php')
-rw-r--r--framework/Web/TUrlMapping.php2
1 files changed, 2 insertions, 0 deletions
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)
{