AssociationExtensionHelper
Implements AssociationExtensionInterfaceAssociation Extension Helper
since |
3.7.0 |
---|---|
package |
Joomla CMS |
Methods
getAssociationList
Get the associated items for an item
getAssociationList(string typeName, int itemId) : array
since |
3.7.0 |
---|
Arguments
- typeName
string
The item type- itemId
int
The id of item for which we need the associated items
Response
array
getFieldsTemplate
Get default values for fields array
getFieldsTemplate() : array
since |
3.7.0 |
---|
Response
array
getItemTypes
Get the item types
getItemTypes() : array
since |
3.7.0 |
---|
Response
array
Array of item types
getSupportTemplate
Get default values for support array
getSupportTemplate() : array
since |
3.7.0 |
---|
Response
array
getType
Get information about the type
getType(string typeName = '') : array
since |
3.7.0 |
---|
Arguments
- typeName
string
The item type
Response
array
Array of item types
getTypeFieldName
Get a table field name for a type
getTypeFieldName(string typeName, string fieldName) : string
since |
3.7.0 |
---|
Arguments
- typeName
string
The item type- fieldName
string
The item type
Response
string
getTypeFields
Get information about the fields the type provides
getTypeFields(string typeName) : array
since |
3.7.0 |
---|
Arguments
- typeName
string
The item type
Response
array
Array of support information
getTypeInformation
Get information about the type
getTypeInformation(string typeName, string part = 'support') : array
since |
3.7.0 |
---|
Arguments
- typeName
string
The item type- part
string
part of the information
Response
array
Array of support information
getTypeJoins
Get information about the table joins for the type
getTypeJoins(string typeName) : array
since |
3.7.0 |
---|
Arguments
- typeName
string
The item type
Response
array
Array of support information
getTypeSupport
Get information about the fields the type provides
getTypeSupport(string typeName) : array
since |
3.7.0 |
---|
Arguments
- typeName
string
The item type
Response
array
Array of support information
getTypeTables
Get information about the tables the type use
getTypeTables(string typeName) : array
since |
3.7.0 |
---|
Arguments
- typeName
string
The item type
Response
array
Array of support information
getTypeTitle
Get the type title
getTypeTitle(string typeName) : string
since |
3.7.0 |
---|
Arguments
- typeName
string
The item type
Response
string
The type title
hasAssociationsSupport
Checks if the extension supports associations
hasAssociationsSupport() : bool
since |
3.7.0 |
---|
Response
bool
Supports the extension associations