PHP 设置很多私有类的时候 private
可以使用拦截器来进行设置 set get方法。
__set($key,$value){
$this->$key=$value;
}
__get($key,$value){
return $this->$_key;