return Generator::showDocumentationLink(self::getDocumentationLink($page, $anchor), 'documentation', $bbcode);
* Generate HTML for MySQL Documentation
namespace PhpMyAdmin\Html;
use function file_exists;
use function htmlspecialchars;
* Generate HTML for MySQL Documentation
* Displays a link to the official MySQL documentation
* @param string $link contains name of page/anchor that is being linked
* @param bool $bigIcon whether to use big icon (like in left frame)
* @param string|null $url href attribute
* @param string|null $text text of link
* @param string $anchor anchor to page part
* @return string the html link
public static function show(
$url = Util::getMySQLDocuURL($link, $anchor);