PHP Interface Nelmio\Alice\FixtureBuilder\DenormalizerInterface

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

Méthodes publiques

Méthode Description
denormalize ( array $data ) : BareFixtureSet Denormalizes the parsed data into a comprehensive collection of fixtures.

Method Details

denormalize() public méthode

Denormalizes the parsed data into a comprehensive collection of fixtures.
public denormalize ( array $data ) : BareFixtureSet
$data array PHP data coming from the parser
Résultat BareFixtureSet Contains the loaded parameters and fixtures.