PHP Class FOF30\Form\Field\Button

Inheritance: extends Text, implements FOF30\Form\FieldInterface
Afficher le fichier Open project: akeeba/fof Class Usage Examples

Protected Properties

Свойство Type Description
$form FOF30\Form\Form The Form object of the form attached to the form field.
$repeatable Repeatable field output
$static Static field output

Méthodes publiques

Méthode Description
getInput ( ) : string Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).
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
getTitle ( ) : string Method to get the field title.

Method Details

getInput() 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 getInput ( ) : string
Résultat string The field HTML

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

getTitle() protected méthode

Method to get the field title.
protected getTitle ( ) : string
Résultat string The field title.

Property Details

$form protected_oe property

The Form object of the form attached to the form field.
protected Form,FOF30\Form $form
Résultat FOF30\Form\Form

$repeatable protected_oe property

Repeatable field output
protected $repeatable

$static protected_oe property

Static field output
protected $static