PHP 클래스 Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorWithCallerDenormalizer

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

공개 메소드들

메소드 설명
__construct ( SimpleConstructorDenormalizer $simpleConstructorDenormalizer )
denormalize ( Nelmio\Alice\FixtureInterface $scope, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser, array $unparsedConstructor ) : Nelmio\Alice\Definition\MethodCallInterface

비공개 메소드들

메소드 설명
getCallerReference ( Nelmio\Alice\FixtureInterface $scope, string $method ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( SimpleConstructorDenormalizer $simpleConstructorDenormalizer )
$simpleConstructorDenormalizer SimpleConstructorDenormalizer

denormalize() 공개 메소드

public denormalize ( Nelmio\Alice\FixtureInterface $scope, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser, array $unparsedConstructor ) : Nelmio\Alice\Definition\MethodCallInterface
$scope Nelmio\Alice\FixtureInterface
$parser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
$unparsedConstructor array
리턴 Nelmio\Alice\Definition\MethodCallInterface