diff options
author | xue <> | 2006-06-10 11:17:24 +0000 |
---|---|---|
committer | xue <> | 2006-06-10 11:17:24 +0000 |
commit | bd87a02b43b815f99ab9400709d8269ac56c32f3 (patch) | |
tree | 2b498a24456e5eb370ed60755032e35dca0f9dc8 /framework/Security/TAuthorizationRule.php | |
parent | c3404ca887eb20dbf7e3b8d4118d87f4cf39f31e (diff) |
Fixed #221.
Diffstat (limited to 'framework/Security/TAuthorizationRule.php')
-rw-r--r-- | framework/Security/TAuthorizationRule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Security/TAuthorizationRule.php b/framework/Security/TAuthorizationRule.php index 8248a45a..5c8f0f9b 100644 --- a/framework/Security/TAuthorizationRule.php +++ b/framework/Security/TAuthorizationRule.php @@ -137,7 +137,7 @@ class TAuthorizationRule extends TComponent }
/**
- * @var boolean if this rule applies to everyone
+ * @return boolean if this rule applies to everyone
*/
public function getEveryoneApplied()
{
|