API17

JBrowser:: setPlatform: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
m preparing for archive only
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Match the platform of the browser.  
Match the platform of the browser.  


{{Description:JBrowser::_setPlatform}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JBrowser::_setPlatform|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
protected JBrowser::_setPlatform ()
protected function _setPlatform ()
</source>
</source>
===Returns===
* '''Returns'''
* '''Defined''' on line 605 of libraries/joomla/environment/browser.php
===See also===
* {{JVer|11.1}} '''JBrowser::_setPlatform source code''' on [[jplatform:environment/browser.php#cl-597|BitBucket]]
* {{JVer|11.1}} Class [[API17:JBrowser|JBrowser]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[API17:JBrowser::_setPlatform|Other versions of JBrowser::_setPlatform]]


===Defined in===
 
libraries/joomla/environment/browser.php (line 605)
===User contributed notes===
* see source code in [[jplatform:environment/browser.php#cl-605|BitBucket]]
=== Code Examples ===
===Referenced by===
===See also===
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JBrowser::_setPlatform|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[JBrowser/11.1|JBrowser]]
* [[JBrowser::_setPlatform|Other versions of this method]]
{{SeeAlso:JBrowser::_setPlatform}}
===Examples===
<CodeExamplesForm />
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JBrowser::_setPlatform
category=JBrowser::_setPlatform
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JBrowser]][[Category:JBrowser::_setPlatform]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:21, 25 March 2017

Joomla 11.1 JBrowser::_setPlatform

Description

Match the platform of the browser.


protected function _setPlatform ()
  • Returns
  • Defined on line 605 of libraries/joomla/environment/browser.php

See also


User contributed notes

Code Examples