JBrowser/getAgentString
From Joomla! Documentation
< API16:JBrowser
The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Contents
Description
Return the full browser agent string.
<! removed transcluded page call, red link never existed >
Syntax
getAgentString()
Returns
string The browser agent string.
Defined in
libraries/joomla/environment/browser.php
Importing
jimport( 'joomla.environment.browser' );
Source Body
public function getAgentString()
{
return $this->_agent;
}
<! removed transcluded page call, red link never existed >