diff options
author | wei <> | 2006-09-09 03:08:55 +0000 |
---|---|---|
committer | wei <> | 2006-09-09 03:08:55 +0000 |
commit | e6105cdbe66420c4f30639ee1d652ce740054849 (patch) | |
tree | e046806b91241a1e6b18ae721f8358f0273e5924 /framework/interfaces.php | |
parent | 90b3f22cba8ad85ef2eb38c158fa2da46d798cf8 (diff) |
Add basic active control docs.
Diffstat (limited to 'framework/interfaces.php')
-rw-r--r-- | framework/interfaces.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/interfaces.php b/framework/interfaces.php index ee31cfaf..e5da7bcd 100644 --- a/framework/interfaces.php +++ b/framework/interfaces.php @@ -286,7 +286,7 @@ interface IBindable * Active controls must implement IActiveControl interface.
*
* @author Wei Zhuo <weizhuo[at]gamil[dot]com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System
* @since 3.0
*/
@@ -305,7 +305,7 @@ interface IActiveControl * interface.
*
* @author Wei Zhuo <weizhuo[at]gamil[dot]com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System
* @since 3.0
*/
|