diff options
author | xue <> | 2006-01-31 01:30:28 +0000 |
---|---|---|
committer | xue <> | 2006-01-31 01:30:28 +0000 |
commit | 99ecc26ddd9c6f0233aff2770e82c9db80fd0b4c (patch) | |
tree | 598a306e5431e8dccf81ce6cdf812902145f22b6 /framework/Web/UI/WebControls/TDataSourceView.php | |
parent | e326bab1cc979cadb01ef3e3c213838e046a42d7 (diff) |
All events are now defined with public on-functions. This is to comply with the new change introduced since 5.1.
Diffstat (limited to 'framework/Web/UI/WebControls/TDataSourceView.php')
-rw-r--r-- | framework/Web/UI/WebControls/TDataSourceView.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TDataSourceView.php b/framework/Web/UI/WebControls/TDataSourceView.php index c20556bb..1e0ffcef 100644 --- a/framework/Web/UI/WebControls/TDataSourceView.php +++ b/framework/Web/UI/WebControls/TDataSourceView.php @@ -169,7 +169,7 @@ abstract class TDataSourceView extends TComponent return $this->_owner;
}
- protected function onDataSourceViewChanged($param)
+ public function onDataSourceViewChanged($param)
{
$this->raiseEvent('OnDataSourceViewChanged',$this,$param);
}
|