API17

Difference between revisions of "JBrowser::hasQuirk"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JBrowser::hasQuirk source code''' on [[jplatform:environment/browser.php#cl-708|BitBucket]]
 
* {{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}} Class [[API17:JBrowser|JBrowser]]
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[JBrowser::hasQuirk|Other versions of JBrowser::hasQuirk]]
+
* [[API17:JBrowser::hasQuirk|Other versions of JBrowser::hasQuirk]]
 
{{SeeAlso:JBrowser::hasQuirk}}
 
{{SeeAlso:JBrowser::hasQuirk}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:46, 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::hasQuirk[edit]

Description[edit]

Check unique behavior for the current browser.

Template: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[edit]

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

User contributed notes[edit]

<CodeExamplesForm />