Back to Browser class

Method getAgentString

public string
getAgentString
()
Return the full browser agent string.
Returns
  • string The browser agent string
Since
  • 1.7.0
Class: Browser
Project: Joomla

Method getAgentString - Source code

/**
 * Return the full browser agent string.
 *
 * @return  string  The browser agent string
 *
 * @since   1.7.0
 */
public function getAgentString()
{
    return $this->agent;
}