JBrowser:: setPlatform: Difference between revisions
From Joomla! Documentation
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. | ||
<source lang="php"> | <source lang="php"> | ||
protected | protected function _setPlatform () | ||
</source> | </source> | ||
=== | * '''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]] | |||
===User contributed notes=== | |||
=== Code Examples === | |||
=== | |||
===Examples=== | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JBrowser::_setPlatform | category=JBrowser::_setPlatform | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:21, 25 March 2017
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
JBrowser::_setPlatform source code on BitBucket
Class JBrowser
Subpackage Environment- Other versions of JBrowser::_setPlatform
User contributed notes
Code Examples