API17:JBrowser::hasFeature
From Joomla! Documentation
JBrowser::hasFeature
Description
Check the current browser capabilities.
public function hasFeature ($feature)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $feature | string | The capability to check. |
- Returns boolean Does the browser have the capability set?
- Defined on line 752 of libraries/joomla/environment/browser.php
See also
JBrowser::hasFeature source code on BitBucket
Class JBrowser
Subpackage Environment- Other versions of JBrowser::hasFeature
User contributed notes
Code Examples