Nelmio\Alice\Generator\FakeGenerator::generate PHP Method

generate() public method

public generate ( FixtureSet $fixtureSet ) : ObjectSet
$fixtureSet Nelmio\Alice\FixtureSet
return Nelmio\Alice\ObjectSet
    public function generate(FixtureSet $fixtureSet) : ObjectSet
    {
        $this->__call(__METHOD__, func_get_args());
    }
FakeGenerator