' . $tTitle . '';
if( isset( $params['position'] ) ) {
array_splice( $jsTabLinks, $params['position'], 0, $tabString );
} else {
$jsTabLinks[] = $tabString;
}
$tabType = BitBase::getParameter( $params, 'tabtype', 'tab' );
$ret = '';
$ret .= $content;
$ret .= '
';
return $ret;
}
return '';
}
public function isCacheable(): bool {
return true;
}
}