PubdbControllerPublicationlists - JoomlaPubDB/PubDB GitHub Wiki
Summary:
Publicationlists list controller class.
- No constants found
- File: site/controllers/publicationlists.php
- Package: Com_Pubdb
- Class Hierarchy:
- \Joomla\CMS\MVC\Controller\BaseController
- \PubdbController
- \PubdbControllerPublicationlists
Tag | Version | Description |
---|---|---|
since | 1.6 |
public display(boolean $cachable = false, mixed $urlparams = false) : \JController
Summary
Method to display a view.
Details:
- Inherited From: \PubdbController
Type | Name | Description |
---|---|---|
boolean |
$cachable | If true, the view output will be cached |
mixed |
$urlparams | An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. |
Type | Description |
---|---|
\Exception |
Returns: \JController - This object to support chaining.
Tag | Version | Description |
---|---|---|
since | 1.5 |
public getModel(string $name = 'Publicationlists', string $prefix = 'PubdbModel', array $config = array()) : object
Summary
Proxy for getModel.
Details:
- Inherited From: \PubdbControllerPublicationlists
Type | Name | Description |
---|---|---|
string |
$name | The model name. Optional. |
string |
$prefix | The class prefix. Optional |
array |
$config | Configuration array for model. Optional |
Returns: object - The model
Tag | Version | Description |
---|---|---|
since | 1.6 |
public export()
Summary
Export Task to enable downloading a BibTex file in the publication list site.
Details:
- Inherited From: \PubdbControllerPublicationlists
Type | Description |
---|---|
\Exception |
Tag | Version | Description |
---|---|---|
since | v0.0.7 |
This document was automatically generated from source code comments on 2020-07-13 using phpDocumentor and fr3nch13/phpdoc-markdown