PHP Класс FOF30\Form\Field\Relation

Наследование: extends GenericList
Показать файл Открыть проект

Открытые методы

Метод Описание
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).

Защищенные методы

Метод Описание
getOptions ( ) : array Method to get the field options.
parseFieldTags ( string $text ) : string Replace string with tags that reference fields

Описание методов

getOptions() защищенный Метод

Method to get the field options.
protected getOptions ( ) : array
Результат array The field option objects.

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)
С версии: 2.0
public getRepeatable ( ) : string
Результат string The field HTML

getStatic() публичный Метод

Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).
С версии: 2.0
public getStatic ( ) : string
Результат string The field HTML

parseFieldTags() защищенный Метод

Replace string with tags that reference fields
protected parseFieldTags ( string $text ) : string
$text string Text to process
Результат string Text with tags replace