Method | Description | |
---|---|---|
__construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor, Nelmio\Alice\Generator\ValueResolverInterface $resolver = null ) | ||
canResolve ( Nelmio\Alice\Definition\ValueInterface $value ) : boolean | ||
resolve ( Nelmio\Alice\Definition\ValueInterface $value, Nelmio\Alice\FixtureInterface $fixture, |
||
withValueResolver ( Nelmio\Alice\Generator\ValueResolverInterface $resolver ) : self |
public __construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor, Nelmio\Alice\Generator\ValueResolverInterface $resolver = null ) | ||
$propertyAccessor | Symfony\Component\PropertyAccess\PropertyAccessorInterface | |
$resolver | Nelmio\Alice\Generator\ValueResolverInterface |
public canResolve ( Nelmio\Alice\Definition\ValueInterface $value ) : boolean | ||
$value | Nelmio\Alice\Definition\ValueInterface | |
return | boolean |
public resolve ( Nelmio\Alice\Definition\ValueInterface $value, Nelmio\Alice\FixtureInterface $fixture, |
||
$value | Nelmio\Alice\Definition\ValueInterface | |
$fixture | Nelmio\Alice\FixtureInterface | |
$fixtureSet | ||
$scope | array | |
$context | ||
return |
public withValueResolver ( Nelmio\Alice\Generator\ValueResolverInterface $resolver ) : self | ||
$resolver | Nelmio\Alice\Generator\ValueResolverInterface | |
return | self |