PHP Class Alex\BehatLauncher\Behat\ProjectProperty

Inheritance: implements Symfony\Component\Serializer\Normalizer\NormalizableInterface
Show file Open project: alexandresalome/behat-launcher Class Usage Examples

Public Methods

Method Description
__construct ( Project $project = null, $name = null, $default = null )
endProperty ( )
getConfig ( )
getDefault ( )
getEnv ( )
getFormOptions ( )
getFormType ( )
getName ( )
getProject ( )
mergeConfig ( array $config, $value )
normalize ( Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, $format = null, array $context = [] )
setChoices ( array $choices )
setConfig ( $config )
setDefault ( $default )
setEnv ( $env )
setFormOptions ( array $formOptions )
setFormType ( $formType )
setName ( $name )
setProject ( Project $project )

Private Methods

Method Description
doMergeConfig ( array $config, $value, $path )

Method Details

__construct() public method

public __construct ( Project $project = null, $name = null, $default = null )
$project Project

endProperty() public method

public endProperty ( )

getConfig() public method

public getConfig ( )

getDefault() public method

public getDefault ( )

getEnv() public method

public getEnv ( )

getFormOptions() public method

public getFormOptions ( )

getFormType() public method

public getFormType ( )

getName() public method

public getName ( )

getProject() public method

public getProject ( )

mergeConfig() public method

public mergeConfig ( array $config, $value )
$config array

normalize() public method

public normalize ( Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, $format = null, array $context = [] )
$normalizer Symfony\Component\Serializer\Normalizer\NormalizerInterface
$context array

setChoices() public method

public setChoices ( array $choices )
$choices array

setConfig() public method

public setConfig ( $config )

setDefault() public method

public setDefault ( $default )

setEnv() public method

public setEnv ( $env )

setFormOptions() public method

public setFormOptions ( array $formOptions )
$formOptions array

setFormType() public method

public setFormType ( $formType )

setName() public method

public setName ( $name )

setProject() public method

public setProject ( Project $project )
$project Project