EasyBlogModelModules
extends EasyBlogAdminModel
in package
Table of Contents
Properties
- $searchables : mixed
Methods
- __construct() : mixed
- discoverManifest() : mixed
- Retrieves the full manifest from the server
- getJoomlaModule() : mixed
- Retrieves the record for #__extensions
- getModules() : mixed
- getPagination() : int
- Method to get a pagination object for the events
- getSearchableItems() : mixed
- Get searchable columns
- getTotal() : int
- Method to return the total number of rows
- getUserStateFromRequest() : mixed
- Gets the value of a user state variable.
- initialized() : mixed
- Determines if the module manifest has been populated before
- isInstalled() : mixed
- Determines if a Joomla module is installed on the site given the element.
- bindTable() : mixed
- implodeValues() : mixed
- populateState() : void
- Stock method to auto-populate the model state.
- buildQuery() : mixed
- Retrieves the modules manifest list
Properties
$searchables
public
mixed
$searchables
= array()
Methods
__construct()
public
__construct() : mixed
discoverManifest()
Retrieves the full manifest from the server
public
discoverManifest(mixed $apikey) : mixed
Parameters
- $apikey : mixed
Tags
getJoomlaModule()
Retrieves the record for #__extensions
public
getJoomlaModule(mixed $element) : mixed
Parameters
- $element : mixed
Tags
getModules()
public
getModules() : mixed
getPagination()
Method to get a pagination object for the events
public
getPagination() : int
Tags
Return values
intgetSearchableItems()
Get searchable columns
public
getSearchableItems(mixed $query) : mixed
Parameters
- $query : mixed
Tags
getTotal()
Method to return the total number of rows
public
getTotal() : int
Tags
Return values
intgetUserStateFromRequest()
Gets the value of a user state variable.
public
getUserStateFromRequest(mixed $key, mixed $request[, mixed $default = null ][, mixed $type = 'none' ]) : mixed
Parameters
- $key : mixed
- $request : mixed
- $default : mixed = null
- $type : mixed = 'none'
initialized()
Determines if the module manifest has been populated before
public
initialized() : mixed
Tags
isInstalled()
Determines if a Joomla module is installed on the site given the element.
public
isInstalled(mixed $element) : mixed
ModuleHelper in Joomla does not seem to provide any helpers to detect this
Parameters
- $element : mixed
Tags
bindTable()
protected
bindTable(mixed $tableName, mixed $result) : mixed
Parameters
- $tableName : mixed
- $result : mixed
implodeValues()
protected
implodeValues(mixed $data) : mixed
Parameters
- $data : mixed
populateState()
Stock method to auto-populate the model state.
protected
populateState() : void
Tags
buildQuery()
Retrieves the modules manifest list
private
buildQuery() : mixed