Back to Browser class

Method getBrowser

public string
getBrowser
()
Retrieve the current browser.
Returns
  • string The current browser.
Since
  • 1.7.0
Class: Browser
Project: Joomla

Method getBrowser - Source code

/**
 * Retrieve the current browser.
 *
 * @return  string  The current browser.
 *
 * @since   1.7.0
 */
public function getBrowser()
{
    return $this->browser;
}