PHP Class Alex\BehatLauncher\Behat\ProjectProperty

Inheritance: implements Symfony\Component\Serializer\Normalizer\NormalizableInterface
Afficher le fichier Open project: alexandresalome/behat-launcher Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
doMergeConfig ( array $config, $value, $path )

Method Details

__construct() public méthode

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

endProperty() public méthode

public endProperty ( )

getConfig() public méthode

public getConfig ( )

getDefault() public méthode

public getDefault ( )

getEnv() public méthode

public getEnv ( )

getFormOptions() public méthode

public getFormOptions ( )

getFormType() public méthode

public getFormType ( )

getName() public méthode

public getName ( )

getProject() public méthode

public getProject ( )

mergeConfig() public méthode

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

normalize() public méthode

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

setChoices() public méthode

public setChoices ( array $choices )
$choices array

setConfig() public méthode

public setConfig ( $config )

setDefault() public méthode

public setDefault ( $default )

setEnv() public méthode

public setEnv ( $env )

setFormOptions() public méthode

public setFormOptions ( array $formOptions )
$formOptions array

setFormType() public méthode

public setFormType ( $formType )

setName() public méthode

public setName ( $name )

setProject() public méthode

public setProject ( Project $project )
$project Project