Render an external link
public externallink ( string $url, string | array $name = null, boolean $returnonly = false ) : void | string | ||
$url | string | full URL with scheme |
$name | string | array | name for the link, array for media file |
$returnonly | boolean | whether to return html or write to doc attribute |
Résultat | void | string | writes to doc attribute or returns html depends on $returnonly |