` tag should have; either a plain,
* unescaped string or an HtmlArmor object
* @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 onHtmlPageLinkRendererEnd( $linkRenderer, $target, $isKnown,
&$text, &$attribs, &$ret
);
}