aLinks = $aNewLinks; $this->aLinksText = $aNewLinksText; $this->aLinkImages = $aNewLinkImages; $this->iRows = $iNewRows; $this->iColumns = $iNewColumns; $this->iLinkType = $iNewLinkType; } /** * Build the HTML string used to render the object * * @return String of HTML used to render object */ function & render() { $iArraySize = array_count_values($this->aLinks); $iArrayCount = 0; $sToRender = "
| "; if ($iArrayCount < $iArraySize) { $sToRender = $sToRender . "aLinks[$iArrayCount] . "\" />" . $this->aLinksText[$iArrayCount]; $iArrayCount++; } $sToRender = $sToRender . " | \n"; } $sToRender = $sToRender . "