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

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

공개 메소드들

메소드 설명
denormalize ( Nelmio\Alice\FixtureInterface $fixture, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser, array $unparsedSpecs ) : SpecificationBag

메소드 상세

denormalize() 공개 메소드

public denormalize ( Nelmio\Alice\FixtureInterface $fixture, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser, array $unparsedSpecs ) : SpecificationBag
$fixture Nelmio\Alice\FixtureInterface Fixture to which the specifications will be "attached to". Indeed some values may be bound to a scope (e.g. unique values). To guarantee the absolute uniqueness of the values, a good thing is to make them relative to their fixtures. So in practice we often pass the fixture being instantiated and will assign it the specifications bags to it later.
$parser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
$unparsedSpecs array
리턴 Nelmio\Alice\Definition\SpecificationBag