JFormFieldForeignKey - JoomlaPubDB/PubDB GitHub Wiki
Summary:
Supports a value from an external table
- No constants found
- File: administrator/models/fields/foreignkey.php
- Package: Com_Pubdb
- Class Hierarchy:
- \Joomla\CMS\Form\FormField
- \JFormFieldForeignKey
Tag | Version | Description |
---|---|---|
since | 1.6 |
Summary
The form field type.
Type: string
Details:
Tag | Version | Description |
---|---|---|
since | 1.6 |
Type:
Details:
Type:
Details:
Type:
Details:
Type:
Details:
public getAttribute(string $attr_name, mixed $default = null) : mixed
Summary
Wrapper method for getting attributes from the form element
Details:
- Inherited From: \JFormFieldForeignKey
Type | Name | Description |
---|---|---|
string |
$attr_name | Attribute name |
mixed |
$default | Optional value to return if attribute not found |
Returns: mixed - The value of the attribute if it exists, null otherwise
protected getInput() : string
Summary
Method to get the field input markup.
Details:
- Inherited From: \JFormFieldForeignKey
Returns: string - The field input markup.
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