Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier mod_latest.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $model = $app->bootComponent('com_content')->getMVCFactory()->createModel('Articles', 'Administrator', ['ignore_request' => true])
 
 $list = LatestHelper::getList($params, $model)
 
 $workflow_enabled = ComponentHelper::getParams('com_content')->get('workflow_enabled')
 
if($workflow_enabled) if($params->get('automatic_title', 0)) if(count($list)) else
 

Documentation des variables

◆ $list

◆ $model

$model = $app->bootComponent('com_content')->getMVCFactory()->createModel('Articles', 'Administrator', ['ignore_request' => true])

◆ $workflow_enabled

$workflow_enabled = ComponentHelper::getParams('com_content')->get('workflow_enabled')

◆ else

if ( $workflow_enabled) if ( $params->get( 'automatic_title', 0)) if (count( $list)) else
Valeur initiale :
{
$app->getLanguage()->load('com_content')
$app
Definition: administrator/components/com_associations/layouts/joomla/searchtools/default.php:85