PHP Class PhpBrew\Extension\ConfigureOption

Exibir arquivo 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