PHP 클래스 FOF30\Form\Field\Button

상속: extends Text, implements FOF30\Form\FieldInterface
파일 보기 프로젝트 열기: akeeba/fof 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$form FOF30\Form\Form The Form object of the form attached to the form field.
$repeatable Repeatable field output
$static Static field output

공개 메소드들

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

보호된 메소드들

메소드 설명
getTitle ( ) : string Method to get the field title.

메소드 상세

getInput() 공개 메소드

Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).
부터: 2.0
public getInput ( ) : string
리턴 string The field HTML

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

getTitle() 보호된 메소드

Method to get the field title.
protected getTitle ( ) : string
리턴 string The field title.

프로퍼티 상세

$form 보호되어 있는 프로퍼티

The Form object of the form attached to the form field.
protected Form,FOF30\Form $form
리턴 FOF30\Form\Form

$repeatable 보호되어 있는 프로퍼티

Repeatable field output
protected $repeatable

$static 보호되어 있는 프로퍼티

Static field output
protected $static