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é
Référence de la classe JFormFieldLogsDateRange
+ Graphe d'héritage de JFormFieldLogsDateRange:

Fonctions membres publiques

 __construct ($form=null)
 
- Fonctions membres publiques hérités de JFormFieldList
 addOption ($text, $attributes=array())
 
 __get ($name)
 

Attributs protégés

 $type = 'logsdaterange'
 
 $predefinedOptions
 
- Attributs protégés hérités de JFormFieldPredefinedList
 $type = 'PredefinedList'
 
 $predefinedOptions = array()
 
 $translate = true
 
- Attributs protégés hérités de JFormFieldList
 $type = 'List'
 

Membres hérités additionnels

- Fonctions membres protégées hérités de JFormFieldPredefinedList
 getOptions ()
 
- Fonctions membres protégées hérités de JFormFieldList
 getInput ()
 
 getOptions ()
 
- Attributs protégés statiques hérités de JFormFieldPredefinedList
static $options = array()
 

Description détaillée

Field to show a list of range dates to sort with

Depuis
3.9.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $form = null)

Method to instantiate the form field object.

Paramètres
JForm$formThe form to attach to the form field object.
Depuis
3.9.0

Références $form, $lang, et JPATH_ADMINISTRATOR.

Documentation des champs

◆ $predefinedOptions

$predefinedOptions
protected
Valeur initiale :
= array(
'today' => 'COM_ACTIONLOGS_OPTION_RANGE_TODAY',
'past_week' => 'COM_ACTIONLOGS_OPTION_RANGE_PAST_WEEK',
'past_1month' => 'COM_ACTIONLOGS_OPTION_RANGE_PAST_1MONTH',
'past_3month' => 'COM_ACTIONLOGS_OPTION_RANGE_PAST_3MONTH',
'past_6month' => 'COM_ACTIONLOGS_OPTION_RANGE_PAST_6MONTH',
'past_year' => 'COM_ACTIONLOGS_OPTION_RANGE_PAST_YEAR',
)

◆ $type

$type = 'logsdaterange'
protected

La documentation de cette classe a été générée à partir du fichier suivant :