header = $header; $this->body = $body; $this->section = $section; $this->position = $position; } } class NavBlock extends Block { public function NavBlock() { $this->header = "Navigation"; $this->body = "Index"; $this->section = "left"; $this->position = 0; } } ?>