API17

API17:JBrowser::getQuirk

From Joomla! Documentation

Revision as of 02:22, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 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


User contributed notes

Code Examples