PHP 클래스 Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry

상속: implements Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerInterface, use trait Nelmio\Alice\IsAServiceTrait
파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $flagParser, array $denormalizers )
denormalize ( FixtureBag $builtFixtures, string $className, string $fixtureId, array $specs, FlagBag $flags ) : FixtureBag

메소드 상세

__construct() 공개 메소드

public __construct ( Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $flagParser, array $denormalizers )
$flagParser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
$denormalizers array

denormalize() 공개 메소드

public denormalize ( FixtureBag $builtFixtures, string $className, string $fixtureId, array $specs, FlagBag $flags ) : FixtureBag
$builtFixtures Nelmio\Alice\FixtureBag
$className string
$fixtureId string
$specs array
$flags Nelmio\Alice\Definition\FlagBag
리턴 Nelmio\Alice\FixtureBag