Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe SetupRenderOptions
+ Graphe d'héritage de SetupRenderOptions:

Champs de données

const FIELD_INPUT = 'input'
 
const FIELD_CUSTOM = 'custom'
 

Fonctions membres protégées

 setField_type ($value)
 
 setInput_attributes (array $value)
 

Attributs protégés

 $default_title = ''
 
 $pre_message = ''
 
 $table_heading = ''
 
 $tabular_data = []
 
 $hidden_data = []
 
 $field_type = 'input'
 
 $input_type = 'text'
 
 $input_attributes = []
 
 $input_value = ''
 
 $placeholder = ''
 
 $label = ''
 
 $html = ''
 
 $show_submit = true
 
 $submit_class = ''
 
 $submit_icon = 'icon icon-ok'
 
 $submit_text = 'JSAVE'
 
 $post_message = ''
 
 $help_url = ''
 

Membres hérités additionnels

- Fonctions membres publiques hérités de DataShapeObject
 __construct (array $array=[])
 
 asArray ()
 
 merge ($newValues)
 
 __get ($name)
 
 __set ($name, $value)
 
 __isset ($name)
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 

Documentation des fonctions membres

◆ setField_type()

setField_type (   $value)
protected

Setter for the field_type property

Paramètres
string$valueOne of self::FIELD_INPUT, self::FIELD_CUSTOM
Depuis
4.2.0
Exceptions
InvalidArgumentException

Références $value.

◆ setInput_attributes()

setInput_attributes ( array  $value)
protected

Setter for the input_attributes property.

Paramètres
array$valueThe value to set
Renvoie
void
Depuis
4.2.0

Références $key, et $value.

Documentation des champs

◆ $default_title

$default_title = ''
protected

◆ $field_type

$field_type = 'input'
protected

◆ $help_url

$help_url = ''
protected

◆ $hidden_data

$hidden_data = []
protected

◆ $html

$html = ''
protected

◆ $input_attributes

$input_attributes = []
protected

◆ $input_type

$input_type = 'text'
protected

◆ $input_value

$input_value = ''
protected

◆ $label

$label = ''
protected

◆ $placeholder

$placeholder = ''
protected

◆ $post_message

$post_message = ''
protected

◆ $pre_message

$pre_message = ''
protected

◆ $show_submit

$show_submit = true
protected

◆ $submit_class

$submit_class = ''
protected

◆ $submit_icon

$submit_icon = 'icon icon-ok'
protected

◆ $submit_text

$submit_text = 'JSAVE'
protected

◆ $table_heading

$table_heading = ''
protected

◆ $tabular_data

$tabular_data = []
protected

◆ FIELD_CUSTOM

const FIELD_CUSTOM = 'custom'

Display a custom HTML document. Use the html property to set it up.

Depuis
4.2.0

◆ FIELD_INPUT

const FIELD_INPUT = 'input'

Display a standard HTML5 input field. Use the input_type, placeholder and label properties to set it up.

Depuis
4.2.0

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