====== getInstance ====== {#JAPI Joomla.Framework Environment JBrowser::getInstance #} Returns a reference to the global Browser object, only creating it if it doesn't already exist.
This method must be invoked as:
$browser = &JBrowser::getInstance([$userAgent[, $accept]]);===== Syntax ===== JBrowser &getInstance ( **$userAgent**, **$accept** ) | **** | string | | | **** | string | | ===== Examples =====