diff options
author | Christophe.Boulain <> | 2010-02-17 13:55:18 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-02-17 13:55:18 +0000 |
commit | b13ce728aed3916500b2560ff203fc14799425be (patch) | |
tree | ce1cd16fb251cb31c6d6dce227be136e4237f1c9 /framework/Web/UI/ActiveControls/TActiveLinkButton.php | |
parent | c57247d0014401209edb802e6c5b5600e19e5a80 (diff) |
Fixes various phpdoc problems
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveLinkButton.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TActiveLinkButton.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveLinkButton.php b/framework/Web/UI/ActiveControls/TActiveLinkButton.php index f1551b40..e784c270 100644 --- a/framework/Web/UI/ActiveControls/TActiveLinkButton.php +++ b/framework/Web/UI/ActiveControls/TActiveLinkButton.php @@ -63,11 +63,12 @@ class TActiveLinkButton extends TLinkButton implements IActiveControl, ICallback } /** - * Raises the callback event. This method is required by {@link - * ICallbackEventHandler} interface. If {@link getCausesValidation - * CausesValidation} is true, it will invoke the page's {@link TPage:: - * validate validate} method first. It will raise {@link onClick - * OnClick} event first and then the {@link onCallback OnCallback} event. + * Raises the callback event. This method is required by + * {@link ICallbackEventHandlerICallbackEventHandler} interface. If + * {@link getCausesValidation CausesValidation} is true, it will + * invoke the page's {@link TPage::validate validate} method first. It will raise + * {@link onClick OnClick} event first and then the {@link onCallback OnCallback} + * event. * This method is mainly used by framework and control developers. * @param TCallbackEventParameter the event parameter */ |