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 | |
__construct ($typeAlias=null) | |
deleteHistory ($table) | |
getHistory ($typeId, $id) | |
store ($table) | |
Fonctions membres publiques hérités de CMSHelper | |
getCurrentLanguage ($detectBrowser=true) | |
getLanguageId ($langCode) | |
getRowData (TableInterface $table) | |
getDataObject (TableInterface $table) | |
Champs de données | |
$typeAlias = null | |
Versions helper class, provides methods to perform various tasks relevant versioning of content.
__construct | ( | $typeAlias = null | ) |
Constructor
string | $typeAlias | The type of content to be versioned (for example, 'com_content.article'). |
deleteHistory | ( | $table | ) |
getHistory | ( | $typeId, | |
$id | |||
) |
store | ( | $table | ) |
Method to save a version snapshot to the content history table.
Références $context, $data, $input, $key, elseif, Table\getInstance(), ComponentHelper\getParams(), et json_encode.
$typeAlias = null |