LinkAddres = $LinkAddres; $this->Name = $Name; $this->Title = $Title; } //returns link as text function Get() { if ($this->Title != '') { return ''.$this->Name.''; } else { return ''.$this->Name.''; } } } ?>