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/TActiveFileUpload.php | |
parent | c57247d0014401209edb802e6c5b5600e19e5a80 (diff) |
Fixes various phpdoc problems
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveFileUpload.php')
-rwxr-xr-x | framework/Web/UI/ActiveControls/TActiveFileUpload.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveFileUpload.php b/framework/Web/UI/ActiveControls/TActiveFileUpload.php index b935936b..8237df67 100755 --- a/framework/Web/UI/ActiveControls/TActiveFileUpload.php +++ b/framework/Web/UI/ActiveControls/TActiveFileUpload.php @@ -5,6 +5,7 @@ * @author Bradley Booms <Bradley.Booms@nsighttel.com> * @author Christophe Boulain <Christophe.Boulain@gmail.com> * @version $Id$ + * @package System.Web.UI.ActiveControls */ /** @@ -37,7 +38,7 @@ Prado::using('System.Web.UI.WebControls.TFileUpload'); * * @author Bradley Booms <Bradley.Booms@nsighttel.com> * @author Christophe Boulain <Christophe.Boulain@gmail.com> - * + * @package System.Web.UI.ActiveControls * @version $Id$ */ class TActiveFileUpload extends TFileUpload implements IActiveControl, ICallbackEventHandler, INamingContainer |