From cc61c2d74e151a7fb75303f8740edfe74cdd9eb8 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 11 May 2006 11:35:35 +0000 Subject: Update api docs and add API search --- framework/TComponent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/TComponent.php') 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) { -- cgit v1.2.3