_result = $value; } public function __get($name) { if($name == 'result') return $this->_result; } }