Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PhpBrew
Extension
ConfigureOption
PHP 클래스 PhpBrew\Extension\ConfigureOption
파일 보기
프로젝트 열기: phpbrew/phpbrew
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
$defaultValue
$desc
$option
$valueHint
공개 메소드들
메소드
설명
__construct
(
$option
,
$desc
,
$valueHint
= null )
getDescription
( )
getOption
( )
getValueHint
( )
setDefaultValue
(
$value
)
메소드 상세
__construct()
공개
메소드
public
__construct
(
$option
,
$desc
,
$valueHint
= null )
getDescription()
공개
메소드
public
getDescription
( )
getOption()
공개
메소드
public
getOption
( )
getValueHint()
공개
메소드
public
getValueHint
( )
setDefaultValue()
공개
메소드
public
setDefaultValue
(
$value
)
프로퍼티 상세
$defaultValue
공개적으로 프로퍼티
public
$defaultValue
$desc
공개적으로 프로퍼티
public
$desc
$option
공개적으로 프로퍼티
public
$option
$valueHint
공개적으로 프로퍼티
public
$valueHint