Browse Source

Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
  doc fix.
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
42a9d13bc6
  1. 1
      framework/yii/base/Component.php

1
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)

Loading…
Cancel
Save