get($name); } public function get($name) { if (isset($this->{$name})) { return $this->{$name}; } return null; } }