◆ getAssociationList()
getAssociationList |
( |
|
$typeName, |
|
|
|
$itemId |
|
) |
| |
Get the associated items for an item
- Paramètres
-
string | $typeName | The item type |
int | $itemId | The id of item for which we need the associated items |
- Renvoie
- array
- Depuis
- 3.7.0
Références $itemId, $items, $key, et ArrayHelper\fromObject().
◆ getFieldsTemplate()
Get default values for fields array
- Renvoie
- array
- Depuis
- 3.7.0
◆ getItemTypes()
Get the item types
- Renvoie
- array Array of item types
- Depuis
- 3.7.0
◆ getSupportTemplate()
Get default values for support array
- Renvoie
- array
- Depuis
- 3.7.0
◆ getType()
getType |
( |
|
$typeName = '' | ) |
|
Get information about the type
- Paramètres
-
string | $typeName | The item type |
- Renvoie
- array Array of item types
- Depuis
- 3.7.0
Références $fields, et $title.
◆ getTypeFieldName()
getTypeFieldName |
( |
|
$typeName, |
|
|
|
$fieldName |
|
) |
| |
Get a table field name for a type
- Paramètres
-
string | $typeName | The item type |
string | $fieldName | The item type |
- Renvoie
- string
- Depuis
- 3.7.0
Références $fields, et $tmp.
◆ getTypeFields()
getTypeFields |
( |
|
$typeName | ) |
|
Get information about the fields the type provides
- Paramètres
-
string | $typeName | The item type |
- Renvoie
- array Array of support information
- Depuis
- 3.7.0
◆ getTypeInformation()
getTypeInformation |
( |
|
$typeName, |
|
|
|
$part = 'support' |
|
) |
| |
|
private |
Get information about the type
- Paramètres
-
string | $typeName | The item type |
string | $part | part of the information |
- Renvoie
- array Array of support information
- Depuis
- 3.7.0
Références $type.
◆ getTypeJoins()
getTypeJoins |
( |
|
$typeName | ) |
|
Get information about the table joins for the type
- Paramètres
-
string | $typeName | The item type |
- Renvoie
- array Array of support information
- Depuis
- 3.7.0
◆ getTypeSupport()
getTypeSupport |
( |
|
$typeName | ) |
|
Get information about the fields the type provides
- Paramètres
-
string | $typeName | The item type |
- Renvoie
- array Array of support information
- Depuis
- 3.7.0
◆ getTypeTables()
getTypeTables |
( |
|
$typeName | ) |
|
Get information about the tables the type use
- Paramètres
-
string | $typeName | The item type |
- Renvoie
- array Array of support information
- Depuis
- 3.7.0
◆ getTypeTitle()
getTypeTitle |
( |
|
$typeName | ) |
|
Get the type title
- Paramètres
-
string | $typeName | The item type |
- Renvoie
- array Array of support information
- Depuis
- 3.7.0
Références $type.
◆ hasAssociationsSupport()
hasAssociationsSupport |
( |
| ) |
|
Checks if the extension supports associations
- Renvoie
- boolean Supports the extension associations
- Depuis
- 3.7.0
Implémente AssociationExtensionInterface.
◆ $associationsSupport
boolean $associationsSupport = false |
|
protected |
Has the extension association support
- Depuis
- 3.7.0
◆ $extension
The extension name
- Depuis
- 3.7.0
◆ $itemTypes
array $itemTypes = array() |
|
protected |
Array of item types
- Depuis
- 3.7.0
La documentation de cette classe a été générée à partir du fichier suivant :