Solar_Markdown_Wiki::setLink()
public
void
Solar_Markdown_Wiki::setLink
( string $name
, string $href
, string $title = NULL
)
Sets the value of a named link reference.
Inherited from Solar_Markdown.
Parameters
(string)
$name: The link reference name.(string)
$href: The URI this link points to.(string)
$title: Alternate title for the link.
Returns
(void)
Description
Sets the value of a named link reference.