PHP 클래스 FOF30\Form\Field\Relation

상속: extends GenericList
파일 보기 프로젝트 열기: akeeba/fof

공개 메소드들

메소드 설명
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