◆ __get()
Method to get certain otherwise inaccessible properties from the form field object.
- Paramètres
-
string | $name | The property name for which to the the value. |
- Renvoie
- mixed The property value or null.
- Depuis
- 2.0
Références $name.
◆ getCalendar()
Method to get the calendar input markup.
- Paramètres
-
string | $display | The display to render ('static' or 'repeatable') |
- Renvoie
- string The field input markup.
- Depuis
- 2.1.rc4
Références $attributes, $class, $config, $date, $default, $display, $format, $user, $value, ENT_COMPAT, FOFPlatform\getInstance(), htmlspecialchars, name, et value.
◆ 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.
◆ 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.
◆ $item
◆ $repeatable
◆ $rowid
◆ $static
La documentation de cette classe a été générée à partir du fichier suivant :