PHP Class FOF30\Form\Field\Relation

Inheritance: extends GenericList
Afficher le fichier Open project: akeeba/fof

Méthodes publiques

Méthode Description
getRepeatable ( ) : string Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)
getStatic ( ) : string Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).

Méthodes protégées

Méthode Description
getOptions ( ) : array Method to get the field options.
parseFieldTags ( string $text ) : string Replace string with tags that reference fields

Method Details

getOptions() protected méthode

Method to get the field options.
protected getOptions ( ) : array
Résultat array The field option objects.

getRepeatable() public méthode

Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)
Since: 2.0
public getRepeatable ( ) : string
Résultat string The field HTML

getStatic() public méthode

Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).
Since: 2.0
public getStatic ( ) : string
Résultat string The field HTML

parseFieldTags() protected méthode

Replace string with tags that reference fields
protected parseFieldTags ( string $text ) : string
$text string Text to process
Résultat string Text with tags replace