showImageLink()
public final function showImageLink($requests)
This generates a link to your showImage() method.
Can be used from within any method. From Zenario 7.0.0 onwards.
$requests
Any GET requests you wish to make. Should be in the format:
request1=value&request2=value
A URL to call your showImage() method with the provided requests.
$this->mergeFields['Image_Src'] = $this->showImageLink('imageId=42');
<img src="<!--Image_Src-->" alt="<!--_ALT_TEXT-->"/>