コード例 #1
0
 /**
  * Dynamically retrieve the value of an attribute.
  *
  * @param string $key key
  * @return mixed
  */
 public function __get($key)
 {
     return parent::get($key);
 }