PubdbModelImporter - JoomlaPubDB/PubDB GitHub Wiki
Summary:
Pubdb model.
- No constants found
- File: administrator/models/importer.php
- Package: Com_Pubdb
- Class Hierarchy:
- \Joomla\CMS\MVC\Model\AdminModel
- \PubdbModelImporter
Tag | Version | Description |
---|---|---|
since | 1.6 |
public __construct( $config = array())
Details:
- Inherited From: \PubdbModelImporter
Type | Name | Description |
---|---|---|
|
$config |
public getTable(string $type = 'Block', string $prefix = 'PubdbTable', array $config = array()) : \JTable
Summary
Returns a reference to the a Table object, always creating it.
Details:
- Inherited From: \PubdbModelImporter
Type | Name | Description |
---|---|---|
string |
$type | The table type to instantiate |
string |
$prefix | A prefix for the table class name. Optional. |
array |
$config | Configuration array for model. Optional. |
Returns: \JTable - A database object
Tag | Version | Description |
---|---|---|
since | 1.6 |
public getForm(array $data = array(), boolean $loadData = true) : \JForm
Summary
Method to get the record form.
Details:
- Inherited From: \PubdbModelImporter
Type | Name | Description |
---|---|---|
array |
$data | An optional array of data for the form to interogate. |
boolean |
$loadData | True if the form is to load its own data (default case), false if not. |
Type | Description |
---|---|
Returns: \JForm - A JForm object on success, false on failure
Tag | Version | Description |
---|---|---|
since | 1.6 |
protected loadFormData() : mixed
Summary
Method to get the data that should be injected in the form.
Details:
- Inherited From: \PubdbModelImporter
Type | Description |
---|---|
Returns: mixed - The data for the form.
Tag | Version | Description |
---|---|---|
since | 1.6 |
This document was automatically generated from source code comments on 2020-07-13 using phpDocumentor and fr3nch13/phpdoc-markdown