public function __get($key) { switch ($key) { case "mode": return $this->mode; case "language": return $this->language; case "description": return $this->description; case "keywords": return $this->keywords; case "title": return $this->title; case "inline_css": return $this->inline_css; case "content_type": return $this->content_type; case "layout": return $this->layout; case "disabled": return $this->disabled; case "mobile": return $this->mobile; case "add_layout_data": return $this->add_layout_data; case "http_status": return $this->http_status; } return parent::__get($key); }