diff options
author | xue <> | 2007-08-07 00:25:59 +0000 |
---|---|---|
committer | xue <> | 2007-08-07 00:25:59 +0000 |
commit | dc20464209d5f853e482e6b3eafda56b9a2db7b7 (patch) | |
tree | 8c46d15fd8163ba414182525e5e8774f897284c8 | |
parent | d7392f14a02853481909f05e0f8cb11e5f3e6989 (diff) |
added version info.
-rw-r--r-- | framework/Web/TUrlMapping.php | 2 |
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)
{
|