API17

JBrowser::setBrowser: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Sets the current browser.  
Sets the current browser.  


{{Description:JBrowser::setBrowser}}
{{subst:Description:JBrowser::setBrowser}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JBrowser::setBrowser|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function setBrowser ($browser)
public function setBrowser ($browser)
Line 31: Line 29:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[API17:JBrowser::setBrowser|Other versions of JBrowser::setBrowser]]
* [[API17:JBrowser::setBrowser|Other versions of JBrowser::setBrowser]]
{{SeeAlso:JBrowser::setBrowser}}
{{subst:SeeAlso:JBrowser::setBrowser}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JBrowser::setBrowser|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:47, 24 March 2017

Joomla 11.1 JBrowser::setBrowser

Description

Sets the current browser.

{{subst:Description:JBrowser::setBrowser}}

public function setBrowser ($browser)
Parameter Type Default Description
$browser string The browser to set as current.
  • Returns
  • Defined on line 631 of libraries/joomla/environment/browser.php

See also

{{subst:SeeAlso:JBrowser::setBrowser}}

User contributed notes

<CodeExamplesForm />