PHP Interface Nelmio\Alice\FixtureBuilder\Denormalizer\ParameterBagDenormalizerInterface

Afficher le fichier Open project: nelmio/alice Interface Usage Examples

Méthodes publiques

Méthode Description
denormalize ( array $data ) : ParameterBag More specific version of {@see \Nelmio\Alice\FixtureBuilder\BuilderInterface}.

Method Details

denormalize() public méthode

Denormalizes the parsed data or a subset of it parsed into a list of parameters.
public denormalize ( array $data ) : ParameterBag
$data array PHP data coming from the parser
Résultat Nelmio\Alice\ParameterBag