PHP Class PhpBrew\Extension\ConfigureOption

Afficher le fichier Open project: phpbrew/phpbrew Class Usage Examples

Méthodes publiques

Свойство Type Description
$defaultValue
$desc
$option
$valueHint

Méthodes publiques

Méthode Description
__construct ( $option, $desc, $valueHint = null )
getDescription ( )
getOption ( )
getValueHint ( )
setDefaultValue ( $value )

Method Details

__construct() public méthode

public __construct ( $option, $desc, $valueHint = null )

getDescription() public méthode

public getDescription ( )

getOption() public méthode

public getOption ( )

getValueHint() public méthode

public getValueHint ( )

setDefaultValue() public méthode

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