public function get($name, $default = null) { $result = $this->__get($name); if ($result !== null) { return $result; } return $default; }