예제 #1
0
파일: TopFee.php 프로젝트: Jeffliu/wechat
 public function __get($property)
 {
     return parent::__get($property);
 }
예제 #2
0
 public function __get($property)
 {
     return parent::__get($this->snake($property));
     // TODO: Change the autogenerated stub
 }