diff options
author | xue <> | 2006-06-04 20:11:26 +0000 |
---|---|---|
committer | xue <> | 2006-06-04 20:11:26 +0000 |
commit | f7d3151d8594e12c7cccc18dbccce79073fe4cf0 (patch) | |
tree | fe46bf876538c17bf5607a187e106648bceece2a /framework | |
parent | 502676c24a6889051b82de1697596ccfeed77f65 (diff) |
Added classtree builder.3.0.1
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Web/UI/TPageStatePersister.php | 2 | ||||
-rw-r--r-- | framework/Web/UI/WebControls/TFileUpload.php | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/framework/Web/UI/TPageStatePersister.php b/framework/Web/UI/TPageStatePersister.php index 3551b5f6..c5a5e347 100644 --- a/framework/Web/UI/TPageStatePersister.php +++ b/framework/Web/UI/TPageStatePersister.php @@ -33,7 +33,7 @@ class TPageStatePersister extends TApplicationComponent implements IPageStatePer private $_page;
/**
- * @param TPage the page that this persister works for
+ * @return TPage the page that this persister works for
*/
public function getPage()
{
diff --git a/framework/Web/UI/WebControls/TFileUpload.php b/framework/Web/UI/WebControls/TFileUpload.php index 41ffaa7f..37689746 100644 --- a/framework/Web/UI/WebControls/TFileUpload.php +++ b/framework/Web/UI/WebControls/TFileUpload.php @@ -152,7 +152,8 @@ class TFileUpload extends TWebControl implements IPostBackDataHandler, IValidata }
/**
- * @return integer an error code describing the status of this file uploading
+ * Returns an error code describing the status of this file uploading.
+ * @return integer the error code
* @see http://www.php.net/manual/en/features.file-upload.errors.php
*/
public function getErrorCode()
|