From 326e98a41ca81edc902dc0a7919f507f4ad88e78 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Thu, 5 Sep 2013 08:31:04 -0400 Subject: [PATCH] doc fix. --- framework/yii/base/Component.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/yii/base/Component.php b/framework/yii/base/Component.php index cc3525e..a7ddd29 100644 --- a/framework/yii/base/Component.php +++ b/framework/yii/base/Component.php @@ -40,6 +40,7 @@ class Component extends Object * @param string $name the property name * @return mixed the property value or the value of a behavior's property * @throws UnknownPropertyException if the property is not defined + * @throws InvalidCallException if the property is write-only. * @see __set */ public function __get($name)