Solar_Markdown_Wiki_Link::setAttrib()
public
void
Solar_Markdown_Wiki_Link::setAttrib
( string $type
, string $key
, string $val
)
Sets one anchor attribute.
Parameters
(string)
$type
: The anchor type, generally 'read' or 'add'.(string)
$key
: The attribute key, for example 'href' or 'class'.(string)
$val
: The attribute value.
Returns
(void)
Description
Sets one anchor attribute.