PHP Interface Nelmio\Alice\GeneratorInterface

Datei anzeigen Open project: nelmio/alice Interface Usage Examples

Public Methods

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

Method Details

generate() public method

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