PHP Interface Nelmio\Alice\GeneratorInterface

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

Méthodes publiques

Méthode Description
generate ( FixtureSet $fixtureSet ) : ObjectSet Generates a list of parameters and objects from the given set of data.

Method Details

generate() public méthode

Generates a list of parameters and objects from the given set of data.
public generate ( FixtureSet $fixtureSet ) : ObjectSet
$fixtureSet FixtureSet
Résultat ObjectSet Contains the parameters and objects built from the loaded and injected ones.