properties[$name] = $value; } public function __get($name) { return isset($this->properties[$name]) ? $this->properties[$name] : null; } }