API17

Difference between revisions of "JBrowser::hasQuirk"

From Joomla! Documentation

(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>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JBrowser::hasQuirk ($quirk)
+
public function hasQuirk ($quirk)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''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
===Defined in===
 
libraries/joomla/environment/browser.php (line 716)
 
* see source code in [[jplatform:environment/browser.php#cl-716|BitBucket]]
 
===Referenced by===
 
 
===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>
* [[JBrowser/11.1|JBrowser]]
+
===User contributed notes===
* [[JBrowser::hasQuirk|Other versions of this method]]
 
{{SeeAlso:JBrowser::hasQuirk}}
 
===Examples===
 
 
<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

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 />