Example #1
0
 /**
  * @param Hyperlink $hyperLink
  */
 public function RenderHyperLink($hyperLink)
 {
     $this->result = sprintf('<a href="%s">%s</a>%s', $hyperLink->GetLink(), $hyperLink->GetInnerText(), $hyperLink->GetAfterLinkText());
 }