diff options
author | wei <> | 2006-05-11 11:35:35 +0000 |
---|---|---|
committer | wei <> | 2006-05-11 11:35:35 +0000 |
commit | cc61c2d74e151a7fb75303f8740edfe74cdd9eb8 (patch) | |
tree | 3d57f3db231469caaadf42eabe095cc6f17b9950 /framework/TComponent.php | |
parent | 90e706cda83d3b64a5508ed182956a1e3110ff26 (diff) |
Update api docs and add API search
Diffstat (limited to 'framework/TComponent.php')
-rw-r--r-- | framework/TComponent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/TComponent.php b/framework/TComponent.php index 64854692..5501f137 100644 --- a/framework/TComponent.php +++ b/framework/TComponent.php @@ -397,7 +397,7 @@ class TComponent * Evaluates a list of PHP statements.
* @param string PHP statements
* @return string content echoed or printed by the PHP statements
- * @throw TInvalidOperationException if the statements are invalid
+ * @throws TInvalidOperationException if the statements are invalid
*/
public function evaluateStatements($statements)
{
|