PHP 인터페이스 Nelmio\Alice\GeneratorInterface

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

공개 메소드들

메소드 설명
generate ( FixtureSet $fixtureSet ) : ObjectSet Generates a list of parameters and objects from the given set of data.

메소드 상세

generate() 공개 메소드

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