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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe FOFFormFieldOrdering
+ Graphe d'héritage de FOFFormFieldOrdering:

Fonctions membres publiques

 __get ($name)
 
 getStatic ()
 
 getRepeatable ()
 

Champs de données

 $item
 
 $rowid
 

Fonctions membres protégées

 getInput ()
 
 getQuery ()
 

Attributs protégés

 $static
 
 $repeatable
 

Documentation des fonctions membres

◆ __get()

__get (   $name)

Method to get certain otherwise inaccessible properties from the form field object.

Paramètres
string$nameThe property name for which to the the value.
Renvoie
mixed The property value or null.
Depuis
2.0

Références $name.

◆ getInput()

getInput ( )
protected

Method to get the field input markup for this field type.

Depuis
2.0
Renvoie
string The field input markup.

Références $attr, $html, $itemId, $query, if, item, name, size, et value.

◆ getQuery()

getQuery ( )
protected

Builds the query for the ordering list.

Depuis
2.3.2
Renvoie
FOFDatabaseQuery The query for the ordering form field

Références $db, $name, $ordering, $query, $title, FOFPlatform\getInstance(), et item.

◆ getRepeatable()

getRepeatable ( )

Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)

Depuis
2.0
Renvoie
string The field HTML

Implémente FOFFormField.

Références $class, $disableClassName, $disabled, $disabledLabel, $html, $icon, $ordering, $view, item, et value.

◆ getStatic()

getStatic ( )

Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).

Depuis
2.0
Renvoie
string The field HTML

Implémente FOFFormField.

Documentation des champs

◆ $item

$item

◆ $repeatable

$repeatable
protected

◆ $rowid

$rowid

◆ $static

$static
protected

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