EBCompat
in package
Table of Contents
Methods
- getNavigator() : mixed
- Retrieve Joomla's browser
- getTwoFactorForms() : mixed
- isAdmin() : mixed
- Determines if the user is viewing the admin page
- renderColorPicker() : mixed
- Renders color picker library from Joomla
- renderjQueryFramework() : mixed
- Abstract method to load jQuery from Joomla
- renderModalHtml() : mixed
- Generates the modal html that should be used
- renderModalLibrary() : mixed
- Renders modal library from Joomla
Methods
getNavigator()
Retrieve Joomla's browser
public
static getNavigator() : mixed
Tags
getTwoFactorForms()
public
static getTwoFactorForms(mixed $otpConfig[, mixed $userId = null ]) : mixed
Parameters
- $otpConfig : mixed
- $userId : mixed = null
isAdmin()
Determines if the user is viewing the admin page
public
static isAdmin() : mixed
Tags
renderColorPicker()
Renders color picker library from Joomla
public
static renderColorPicker() : mixed
Tags
renderjQueryFramework()
Abstract method to load jQuery from Joomla
public
static renderjQueryFramework() : mixed
NOTE: Use FH::renderjQueryFramework() directly as this will be deprecated
Tags
renderModalHtml()
Generates the modal html that should be used
public
static renderModalHtml() : mixed
Tags
renderModalLibrary()
Renders modal library from Joomla
public
static renderModalLibrary() : mixed
NOTE: Use FH::renderModalLibrary() directly as this will be deprecated