$delete
$delete :
Class Link
$sip : \qfq\Sip
$store : \qfq\Store
$utils : \qfq\Utils
__construct( $fr_error, \qfq\Sip $sip, boolean $phpUnit = false)
__construct
$fr_error | ||
\qfq\Sip | $sip | |
boolean | $phpUnit |
renderLink(string $str) : string
Build the whole link
string | $str | Qualifier with params. 'report'-syntax. F.e.: A:u:www.example.com|G:P:home.gif|t:Home" |
The complete HTML encoded Link like Description
doHtmlUrl(array $vars) : string
Builds complete HTML anchor.
array | $vars |
encryptMailtoJS(array $vars, boolean|TRUE $href = TRUE) : string
Encrypt the mailto address via JS.
Email address protected against email crawler (as long as they don't interpret JS).
';array | $vars | |
boolean|TRUE | $href | TRUE: create a '', false: just encrypt or show the email, no link. |