PHP 인터페이스 Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerInterface

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

공개 메소드들

메소드 설명
denormalize ( FixtureBag $builtFixtures, string $className, string $fixtureId, array $specs, FlagBag $flags ) : FixtureBag A more specific version of {@see \Nelmio\Alice\BuilderInterface} dedicated to fixtures.

메소드 상세

denormalize() 공개 메소드

A more specific version of {@see \Nelmio\Alice\BuilderInterface} dedicated to fixtures.
public denormalize ( FixtureBag $builtFixtures, string $className, string $fixtureId, array $specs, FlagBag $flags ) : FixtureBag
$builtFixtures Nelmio\Alice\FixtureBag
$className string FQCN (no flags)
$fixtureId string
$specs array Contains the list of property calls, constructor specification and method calls
$flags Nelmio\Alice\Definition\FlagBag Flags inherited from the namespace.
리턴 Nelmio\Alice\FixtureBag $builtFixtures with the new built fixtures.