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