public function getValueByName($name) { if (isset($this->name_to_value[$name])) { return $this->name_to_value[$name]; } return null; }