public function __get($var) { if (!isset($this->_parameterMap[$var])) { return null; } return $this->{$this->_parameterMap[$var]}; }