API17:JBrowser::getQuirk
From Joomla! Documentation
JBrowser::getQuirk
Description
Retrieve unique behavior for the current browser.
public function getQuirk ($quirk)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $quirk | string | The behavior to retrieve. |
- Returns string The value for the requested behavior.
- Defined on line 727 of libraries/joomla/environment/browser.php
See also
JBrowser::getQuirk source code on BitBucket
Class JBrowser
Subpackage Environment- Other versions of JBrowser::getQuirk
User contributed notes
Code Examples