PHP 클래스 Gui\Components\Button

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
getValue ( ) : mixed Get the Button value
setValue ( string $value ) : self Set the Button Value

메소드 상세

getValue() 공개 메소드

Get the Button value
public getValue ( ) : mixed
리턴 mixed

setValue() 공개 메소드

Set the Button Value
public setValue ( string $value ) : self
$value string
리턴 self

프로퍼티 상세

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

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