Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | getAssociationList ($extensionName, $typeName, $itemId) |
static | getExtensionHelper ($extensionName) |
static | getItem ($extensionName, $typeName, $itemId) |
static | hasSupport ($extensionName) |
static | getAssociationHtmlList ($extensionName, $typeName, $itemId, $itemLanguage, $addLink=true, $assocLanguages=true) |
static | getSupportedExtensions () |
static | getSupportedExtension ($extensionName) |
static | getContentLanguages () |
static | allowEdit ($extensionName, $typeName, $itemId) |
static | allowAdd ($extensionName, $typeName) |
static | isCheckoutItem ($extensionName, $typeName, $itemId) |
static | canCheckinItem ($extensionName, $typeName, $itemId) |
static | typeSupportsCheckout ($extensionName, $typeName) |
static | getTypeFieldName ($extensionName, $typeName, $fieldName) |
static | getLanguagefilterPluginId () |
Attributs publics statiques | |
static | $extensionsSupport = null |
static | $supportedExtensionsList = array() |
Fonctions membres privées statiques | |
static | getExtensionHelperClassName ($extensionName) |
static | getExtensionRealName ($extensionName) |
static | getEnabledExtensions () |
Associations component helper.
|
static |
Check if user is allowed to create items.
string | $extensionName | The extension name with com_ |
string | $typeName | The item type |
Référencé par JFormFieldItemLanguage\getOptions().
|
static |
Get the associated items for an item
string | $extensionName | The extension name with com_ |
string | $typeName | The item type |
int | $itemId | The id of item for which we need the associated items |
Références $itemId.
Référencé par AssociationsControllerAssociation\edit(), et JFormFieldItemLanguage\getOptions().
|
static |
Check if user can checkin an item.
string | $extensionName | The extension name with com_ |
string | $typeName | The item type |
int | $itemId | The id of item for which we need the associated items |
Références $item, $itemId, et $userId.
Référencé par AssociationsControllerAssociations\checkin(), et JFormFieldItemLanguage\getOptions().
|
static |
Get the associated language edit links Html.
string | $extensionName | Extension Name |
string | $typeName | ItemType |
integer | $itemId | Item id. |
string | $itemLanguage | Item language code. |
boolean | $addLink | True for adding edit links. False for just text. |
boolean | $assocLanguages | True for showing non associated content languages. False only languages with associations. |
Références $canCreate, $classes, $db, $itemId, $items, $labelClass, $language, Language\$languages, $options, $query, $target, $text, $title, $tooltip, $url, elseif, ENT_QUOTES, LanguageHelper\getContentLanguages(), et htmlspecialchars.
|
static |
Get the associated items for an item
string | $extensionName | The extension name with com_ |
string | $typeName | The item type |
int | $itemId | The id of item for which we need the associated items |
Références $itemId.
Référencé par JFormFieldItemLanguage\getOptions().
|
static |
Get all the content languages.
Références LanguageHelper\getContentLanguages().
|
staticprivate |
|
static |
Get the the instance of the extension helper class
string | $extensionName | The extension name with com_ |
Références null.
Référencé par AssociationsViewAssociation\addToolbar(), AssociationsViewAssociations\addToolbar(), et JFormFieldItemLanguage\getOptions().
|
staticprivate |
Get the extension specific helper class name
string | $extensionName | The extension name with com_ |
|
staticprivate |
Get the real extension name. This means without com_
string | $extensionName | The extension name with com_ |
|
static |
Get item information
string | $extensionName | The extension name with com_ |
string | $typeName | The item type |
int | $itemId | The id of item for which we need the associated items |
Références $itemId.
Référencé par AssociationsControllerAssociation\cancel(), AssociationsControllerAssociations\checkin(), AssociationsViewAssociation\display(), et JFormFieldItemLanguage\getOptions().
|
static |
Gets the language filter system plugin extension id.
Références $db, $query, et JError\raiseWarning().
Référencé par AssociationsViewAssociations\display().
|
static |
Get item context based on the item key.
string | $extensionName | The extension identifier. |
Références $context, $lang, $title, Registry\def(), JPATH_ADMINISTRATOR, et null.
Référencé par AssociationsControllerAssociations\checkin(), AssociationsViewAssociations\display(), AssociationsViewAssociation\display(), et AssociationsModelAssociations\getListQuery().
|
static |
Get all extensions with associations support.
Références $extension.
Référencé par JFormFieldItemType\getGroups().
|
static |
Get a table field name for a type
string | $extensionName | The extension name with com_ |
string | $typeName | The item type |
string | $fieldName | The item type |
Référencé par AssociationsViewAssociation\display().
|
static |
Check if extension supports associations
string | $extensionName | The extension name with com_ |
|
static |
|
static |
Check if the type supports checkout
string | $extensionName | The extension name with com_ |
string | $typeName | The item type |
Référencé par AssociationsControllerAssociation\cancel(), et AssociationsControllerAssociations\checkin().
|
static |
Array of Registry objects of extensions
var array $extensionsSupport
|
static |
List of extensions name with support
var array $supportedExtensionsList