PHP Class Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer

Inheritance: implements Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ValueDenormalizerInterface, use trait Nelmio\Alice\IsAServiceTrait
Datei anzeigen Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
__construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser )
denormalize ( Nelmio\Alice\FixtureInterface $scope, FlagBag $flags = null, $value )

Private Methods

Method Description
parseValue ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser, string $value ) : mixed | Nelmio\Alice\Definition\ValueInterface

Method Details

__construct() public method

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

denormalize() public method

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