PHP 클래스 Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer

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

공개 메소드들

메소드 설명
__construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser )
denormalize ( Nelmio\Alice\FixtureInterface $scope, FlagBag $flags = null, $value )

비공개 메소드들

메소드 설명
parseValue ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser, string $value ) : mixed | Nelmio\Alice\Definition\ValueInterface

메소드 상세

__construct() 공개 메소드

public __construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser )
$parser Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface

denormalize() 공개 메소드

public denormalize ( Nelmio\Alice\FixtureInterface $scope, FlagBag $flags = null, $value )
$scope Nelmio\Alice\FixtureInterface
$flags Nelmio\Alice\Definition\FlagBag