PHP 인터페이스 Nelmio\Alice\Generator\ObjectGeneratorInterface

파일 보기 프로젝트 열기: nelmio/alice 0 사용 예제들

공개 메소드들

메소드 설명
generate ( Nelmio\Alice\FixtureInterface $fixture, ResolvedFixtureSet $fixtureSet, GenerationContext $context ) : ObjectBag Generates a fixture.

메소드 상세

generate() 공개 메소드

Generates a fixture.
public generate ( Nelmio\Alice\FixtureInterface $fixture, ResolvedFixtureSet $fixtureSet, GenerationContext $context ) : ObjectBag
$fixture Nelmio\Alice\FixtureInterface Fixture to generate
$fixtureSet ResolvedFixtureSet List of fixtures being generated
$context GenerationContext
리턴 Nelmio\Alice\ObjectBag New instance of $objects with the objects generated when generating $fixture.