API17

Difference between revisions of "JBrowser:: construct"

From Joomla! Documentation

m (JoomlaWikiBot moved page JBrowser:: construct/11.1 to API17:JBrowser:: construct without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 36: Line 36:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JBrowser::__construct source code''' on [[jplatform:environment/browser.php#cl-179|BitBucket]]
 
* {{JVer|11.1}} '''JBrowser::__construct source code''' on [[jplatform:environment/browser.php#cl-179|BitBucket]]
* {{JVer|11.1}} Class [[JBrowser/11.1|JBrowser]]
+
* {{JVer|11.1}} Class [[API17:JBrowser|JBrowser]]
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[JBrowser::__construct|Other versions of JBrowser::__construct]]
+
* [[API17:JBrowser::__construct|Other versions of JBrowser::__construct]]
 
{{SeeAlso:JBrowser::__construct}}
 
{{SeeAlso:JBrowser::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 54: Line 54:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JBrowser]][[Category:JBrowser::__construct]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:45, 11 May 2013

The "API17" 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.

Joomla 11.1 JBrowser::__construct[edit]

Description[edit]

Create a browser instance (constructor).

Template:Description:JBrowser:: construct [Edit Descripton]

public function __construct (
        $userAgent=null
        $accept=null
)
Parameter Type Default Description
$userAgent string null The browser string to parse.
$accept string null The HTTP_ACCEPT settings to use.
  • Returns
  • Defined on line 187 of libraries/joomla/environment/browser.php

See also[edit]

Template:SeeAlso:JBrowser:: construct [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />