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é
|
Espaces de nommage | |
Joomla\Administrator | |
Variables | |
$function = JFactory::getApplication()->input->getCmd('function', 'jSelectPosition') | |
$lang = JFactory::getLanguage() | |
$ordering = $this->escape($this->state->get('list.ordering')) | |
$direction = $this->escape($this->state->get('list.direction')) | |
$clientId = $this->state->get('client_id') | |
$state = $this->state->get('filter.state') | |
$template = $this->state->get('filter.template') | |
$type = $this->state->get('filter.type') | |
$i = 1 | |
foreach ( $this->items as $value=> $templates) | |
endforeach | |
endif | |
$clientId = $this->state->get('client_id') |
$direction = $this->escape($this->state->get('list.direction')) |
$function = JFactory::getApplication()->input->getCmd('function', 'jSelectPosition') |
$i = 1 |
$lang = JFactory::getLanguage() |
$ordering = $this->escape($this->state->get('list.ordering')) |
$state = $this->state->get('filter.state') |
$template = $this->state->get('filter.template') |
$type = $this->state->get('filter.type') |
endforeach |
endif |