Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PhpBrew
Extension
ConfigureOption
PHP Class PhpBrew\Extension\ConfigureOption
ファイルを表示
Open project: phpbrew/phpbrew
Class Usage Examples
Public Properties
Property
Type
Description
$defaultValue
$desc
$option
$valueHint
Public Methods
Method
Description
__construct
(
$option
,
$desc
,
$valueHint
= null )
getDescription
( )
getOption
( )
getValueHint
( )
setDefaultValue
(
$value
)
Method Details
__construct()
public
method
public
__construct
(
$option
,
$desc
,
$valueHint
= null )
getDescription()
public
method
public
getDescription
( )
getOption()
public
method
public
getOption
( )
getValueHint()
public
method
public
getValueHint
( )
setDefaultValue()
public
method
public
setDefaultValue
(
$value
)
Property Details
$defaultValue
public_oe property
public
$defaultValue
$desc
public_oe property
public
$desc
$option
public_oe property
public
$option
$valueHint
public_oe property
public
$valueHint