<?php/** * @package WPSEO\Admin *//** * Generates the HTML for a metabox tab. */interfaceWPSEO_Metabox_Tab{/** * Returns the html for the tab link. * * @return string */publicfunctionlink();/** * Returns the html for the tab content. * * @return string */publicfunctioncontent();}