PHP 클래스 Gui\Components\Radio

It is a visual component for radio
부터: 0.1
저자: Rafael Reis @reisraff
상속: extends VisualObject
파일 보기 프로젝트 열기: gabrielrcouto/php-gui

보호된 프로퍼티들

프로퍼티 타입 설명
$lazarusClass string The lazarus class as string

공개 메소드들

메소드 설명
getChecked ( ) : integer Gets the checked item id
setOptions ( array $options ) : self Sets the options

메소드 상세

getChecked() 공개 메소드

Gets the checked item id
public getChecked ( ) : integer
리턴 integer

setOptions() 공개 메소드

Sets the options
public setOptions ( array $options ) : self
$options array
리턴 self

프로퍼티 상세

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

The lazarus class as string
protected string $lazarusClass
리턴 string