Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$textPrefix = $displayData['textPrefix'] ?? '' | |
if(! $textPrefix) | $formURL = $displayData['formURL'] ?? '' |
$createURL = $displayData['createURL'] ?? '' | |
$helpURL = $displayData['helpURL'] ?? '' | |
$title = $displayData['title'] ?? Text::_($textPrefix . '_EMPTYSTATE_TITLE') | |
$content = $displayData['content'] ?? Text::_($textPrefix . '_EMPTYSTATE_CONTENT') | |
$icon = $displayData['icon'] ?? 'icon-copy article' | |
$append = $displayData['formAppend'] ?? '' | |
$btnadd = $displayData['btnadd'] ?? Text::_($textPrefix . '_EMPTYSTATE_BUTTON_ADD') | |
endif | |
if ( $helpURL) | |
$append = $displayData['formAppend'] ?? '' |
Référencé par NoteController\getRedirectToItemAppend(), WorkflowController\getRedirectToItemAppend(), StageController\getRedirectToItemAppend(), TransitionController\getRedirectToItemAppend(), GroupController\getRedirectToItemAppend(), CategoryController\getRedirectToItemAppend(), ArticleController\getRedirectToItemAppend(), ModuleController\getRedirectToItemAppend(), ContactController\getRedirectToItemAppend(), FormController\getRedirectToItemAppend(), ModulesController\getRedirectToListAppend(), TransitionsController\getRedirectToListAppend(), WorkflowController\getRedirectToListAppend(), StageController\getRedirectToListAppend(), TransitionController\getRedirectToListAppend(), GroupController\getRedirectToListAppend(), CategoryController\getRedirectToListAppend(), ModuleController\getRedirectToListAppend(), et FormController\getRedirectToListAppend().
$btnadd = $displayData['btnadd'] ?? Text::_($textPrefix . '_EMPTYSTATE_BUTTON_ADD') |
$createURL = $displayData['createURL'] ?? '' |
if (! $textPrefix) $formURL = $displayData['formURL'] ?? '' |
$helpURL = $displayData['helpURL'] ?? '' |
$icon = $displayData['icon'] ?? 'icon-copy article' |
$textPrefix = $displayData['textPrefix'] ?? '' |
$title = $displayData['title'] ?? Text::_($textPrefix . '_EMPTYSTATE_TITLE') |
endif |
if($helpURL) |