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

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

공개 메소드들

메소드 설명
denormalize ( Nelmio\Alice\FixtureInterface $scope, FlagBag $flags = null, mixed $value ) : Nelmio\Alice\Definition\ValueInterface | mixed Denormalizes a given value. For example, will denormalize '$username' into a VariableValue.

메소드 상세

denormalize() 공개 메소드

Denormalizes a given value. For example, will denormalize '$username' into a VariableValue.
public denormalize ( Nelmio\Alice\FixtureInterface $scope, FlagBag $flags = null, mixed $value ) : Nelmio\Alice\Definition\ValueInterface | mixed
$scope Nelmio\Alice\FixtureInterface Used for unique values for example.
$flags Nelmio\Alice\Definition\FlagBag
$value mixed
리턴 Nelmio\Alice\Definition\ValueInterface | mixed