Solar_Markdown::setLink()
public
void
Solar_Markdown::setLink
( string $name
, string $href
, string $title = NULL
)
Sets the value of a named link reference.
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.