tag_start= ""; $this->tag_end = ""; $this->tag_body_start = ""; $this->tag_body_end = ""; $this->SetClass($class); $this->AddItem($item); $this->SetUrl($url); } function SetUrl($value) { if(!is_string($value)) { return $this->error("Incorrect value for SetUrl [$value]"); } $this->AddOption("href",$value); } } ?>