` tag, after processing
* @param string[] &$attribs Final HTML attributes of the `` tag, after processing, in
* associative array form
* @param string &$ret Value to return if your hook returns false
* @return bool|void True or no return value to continue or false to abort. If you return
* true, an `` element with HTML attributes $attribs and contents $html will be returned.
* If you return false, $ret will be returned.
*/
public function onLinkEnd( $skin, $target, $options, &$html, &$attribs, &$ret );
}