Documentation

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
since
6.0.0
access

public

getJoomlaModule()

Retrieves the record for #__extensions

public getJoomlaModule(mixed $element) : mixed
Parameters
$element : mixed
Tags
since
6.0.0
access

public

getModules()

public getModules() : mixed

getPagination()

Method to get a pagination object for the events

public getPagination() : int
Tags
access

public

Return values
int

getSearchableItems()

Get searchable columns

public getSearchableItems(mixed $query) : mixed
Parameters
$query : mixed
Tags
since
5.2.0
access

public

getTotal()

Method to return the total number of rows

public getTotal() : int
Tags
access

public

Return values
int

getUserStateFromRequest()

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
since
5.0.0
access

public

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
since
6.0.0
access

public

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
since
12.2

buildQuery()

Retrieves the modules manifest list

private buildQuery() : mixed
Tags
since
6.0.0
access

public


        
On this page

Search results