API17:JBrowser::hasQuirk
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JBrowser::hasQuirk|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JBrowser::hasQuirk|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function hasQuirk ($quirk) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean Does the browser have the behavior set? | |
| − | boolean Does the browser have the behavior set? | + | * '''Defined''' on line 716 of libraries/joomla/environment/browser.php |
| − | + | ||
| − | libraries/joomla/environment/browser.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JBrowser::hasQuirk source code''' on [[jplatform:environment/browser.php#cl-708|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JBrowser/11.1|JBrowser]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]] | ||
| + | * [[JBrowser::hasQuirk|Other versions of JBrowser::hasQuirk]] | ||
| + | {{SeeAlso:JBrowser::hasQuirk}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JBrowser::hasQuirk|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JBrowser::hasQuirk|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JBrowser]][[Category:JBrowser::hasQuirk]]</noinclude> | <noinclude>[[Category:JBrowser]][[Category:JBrowser::hasQuirk]]</noinclude> | ||
Revision as of 20:12, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JBrowser::hasQuirk
Description
Check unique behavior for the current browser.
Description:JBrowser::hasQuirk [Edit Descripton]
public function hasQuirk ($quirk)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $quirk | string | The behavior to check. |
- Returns boolean Does the browser have the behavior set?
- Defined on line 716 of libraries/joomla/environment/browser.php
See also
-
JBrowser::hasQuirk source code on BitBucket
-
Class JBrowser
-
Subpackage Environment
- Other versions of JBrowser::hasQuirk
SeeAlso:JBrowser::hasQuirk [Edit See Also]
User contributed notes
<CodeExamplesForm />
