PHP 인터페이스 Nelmio\Alice\FixtureBuilder\Denormalizer\FixtureBagDenormalizerInterface

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

공개 메소드들

메소드 설명
denormalize ( array $data ) : FixtureBag More specific version of {@see \Nelmio\Alice\FixtureBuilder\BuilderInterface}.

메소드 상세

denormalize() 공개 메소드

Denormalizes the parsed data or a subset of it parsed into a list of fixtures.
public denormalize ( array $data ) : FixtureBag
$data array subset of PHP data coming from the parser (does not contains any parameters)
리턴 Nelmio\Alice\FixtureBag