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

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

공개 메소드들

메소드 설명
resolve ( FixtureSet $fixtureSet ) : ResolvedFixtureSet Resolves the loaded parameters and merge the injected ones with them and also resolves the fixture flags.

메소드 상세

resolve() 공개 메소드

Resolves the loaded parameters and merge the injected ones with them and also resolves the fixture flags.
public resolve ( FixtureSet $fixtureSet ) : ResolvedFixtureSet
$fixtureSet Nelmio\Alice\FixtureSet
리턴 ResolvedFixtureSet