diff options
author | ctrlaltca@gmail.com <> | 2011-06-20 13:30:47 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-20 13:30:47 +0000 |
commit | a57ead00a69cd5240dd7549fa3a7da8d4e717749 (patch) | |
tree | 79f1c6af4172564fcdc12dea354d43adc71d8ebc /framework/Base/TEvent.php | |
parent | 6dca6e1b868f5456f3151c002113705405099530 (diff) |
further polishing
Diffstat (limited to 'framework/Base/TEvent.php')
-rw-r--r-- | framework/Base/TEvent.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Base/TEvent.php b/framework/Base/TEvent.php index 0f64e89d..c09816d1 100644 --- a/framework/Base/TEvent.php +++ b/framework/Base/TEvent.php @@ -1,6 +1,6 @@ <?php /** - * CEvent is the base class for all event classes. + * TEvent is the base class for all event classes. * * It encapsulates the parameters associated with an event. * The {@link sender} property describes who raises the event. @@ -9,7 +9,7 @@ * that are not invoked yet will not be invoked anymore. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: CComponent.php 978 2009-05-06 03:36:09Z qiang.xue $ + * @version $Id: TEvent.php 978 2009-05-06 03:36:09Z qiang.xue $ * @package system.base * @since 1.0 */ |