ModPubdbHelper - JoomlaPubDB/PubDB GitHub Wiki
Summary:
Helper for mod_pubdb Helper function for the PubDB component module.
Description:
Handles the database queries and publishes the parameter information from the administration.
- No constants found
- public __construct()
- public getParams()
- public getItemList()
- public getResultFromParams()
- public getList()
- public getAuthorsFromItem()
- public getState()
- public getCitationStyles()
- File: modules/mod_pubdb/helper.php
- Package: com_pubdb\mod_pubdb
- Class Hierarchy:
- \ModPubdbHelper
Tag | Version | Description |
---|---|---|
since | 1.6 |
Type:
Details:
Type:
Details:
public __construct()
Details:
- Inherited From: \ModPubdbHelper
public getParams()
Details:
- Inherited From: \ModPubdbHelper
public getItemList( $params) : \JDatabaseQuery
Summary
Build an SQL query to load the list data.
Details:
- Inherited From: \ModPubdbHelper
Type | Name | Description |
---|---|---|
|
$params |
Returns: \JDatabaseQuery
Tag | Version | Description |
---|---|---|
since | 1.6 |
public getResultFromParams( $menu_item) : mixed
Summary
Query database with Back End menu settings to get a pre filtering
Details:
- Inherited From: \ModPubdbHelper
Type | Name | Description |
---|---|---|
|
$menu_item |
Returns: mixed
Tag | Version | Description |
---|---|---|
since | v0.0.7 |
Static public getList( $params) : array
Summary
Retrieve component items from the database and create publication list items with citation style
Details:
- Inherited From: \ModPubdbHelper
Type | Name | Description |
---|---|---|
|
$params |
Type | Description |
---|---|
\Exception |
Returns: array - Array with all the elements
Tag | Version | Description |
---|---|---|
since | 0.0.7 |
public getAuthorsFromItem( $item)
Details:
- Inherited From: \ModPubdbHelper
Type | Name | Description |
---|---|---|
|
$item |
public getState(mixed $state) : boolean
Summary
Check if state is set
Details:
- Inherited From: \ModPubdbHelper
Type | Name | Description |
---|---|---|
mixed |
$state | State |
Returns: boolean
Tag | Version | Description |
---|---|---|
since | 0.0.7 |
public getCitationStyles() : mixed
Summary
Get list of all citation styles available
Details:
- Inherited From: \ModPubdbHelper
Returns: mixed - array with citation style id and name
Tag | Version | Description |
---|---|---|
since | 0.0.7 |
This document was automatically generated from source code comments on 2020-07-13 using phpDocumentor and fr3nch13/phpdoc-markdown