PubdbHelpersPubdb - JoomlaPubDB/PubDB GitHub Wiki
Summary:
Class PubdbFrontendHelper
- No constants found
- File: site/helpers/pubdb.php
- Package: Com_Pubdb
- Class Hierarchy:
- \PubdbHelpersPubdb
Tag | Version | Description |
---|---|---|
since | 1.6 |
Static public getModel(string $name) : null|object
Summary
Get an instance of the named model
Details:
- Inherited From: \PubdbHelpersPubdb
Type | Name | Description |
---|---|---|
string |
$name | Model name |
Returns: null|object
Static public getFiles(integer $pk, string $table, string $field) : array
Summary
Gets the files attached to an item
Details:
- Inherited From: \PubdbHelpersPubdb
Type | Name | Description |
---|---|---|
integer |
$pk | The item's id |
string |
$table | The table's name |
string |
$field | The field's name |
Returns: array - The files
Static public canUserEdit(mixed $item) : boolean
Summary
Gets the edit permission for an user
Details:
- Inherited From: \PubdbHelpersPubdb
Type | Name | Description |
---|---|---|
mixed |
$item | The item |
Returns: boolean
This document was automatically generated from source code comments on 2020-07-13 using phpDocumentor and fr3nch13/phpdoc-markdown