diff options
author | xue <> | 2006-06-04 15:33:50 +0000 |
---|---|---|
committer | xue <> | 2006-06-04 15:33:50 +0000 |
commit | 502676c24a6889051b82de1697596ccfeed77f65 (patch) | |
tree | 05db722d7fbdc61de918ac38cf3f5e7a524dc514 /framework/TApplicationComponent.php | |
parent | af6a5a01a2d847a38189bb471c541eb1e7593bc7 (diff) |
Some minor documentation change.
Changed TControl::onBubbleEvent() to TControl::bubbleEvent()
Diffstat (limited to 'framework/TApplicationComponent.php')
-rw-r--r-- | framework/TApplicationComponent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/TApplicationComponent.php b/framework/TApplicationComponent.php index 580f1d33..bd4f0db0 100644 --- a/framework/TApplicationComponent.php +++ b/framework/TApplicationComponent.php @@ -75,7 +75,7 @@ class TApplicationComponent extends TComponent }
/**
- * @return IUser user
+ * @return IUser information about the current user
*/
public function getUser()
{
|