Plugin Link/Path/URL Function showFloatingBoxLink()

public final function showFloatingBoxLink(
$requests = ''
)

Description

This generates a link to your showFloatingBox() method.

Where You Can Use It

Can be used in methods called by plugins. From Zenario 7.0.0 onwards.

Parameters

$requests

A request string to add to the URL

Return Value

A URL to call your showFloatingBox() method with the provided requests.

Example

$this->mergeFields['Box_Link'] =
'rel="fancybox" href="'. htmlspecialchars($this->showFloatingBoxLink()). '"';