Method | Description | |
---|---|---|
__construct ( 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 |
Method | Description | |
---|---|---|
findSuitableIds ( string $pattern, |
||
getSuitableIds ( |
Gets all the fixture IDs suitable for the given value. | |
getSuitableIds ( |
Gets all the fixture IDs suitable for the given value. |
public __construct ( Nelmio\Alice\Generator\ValueResolverInterface $resolver = null ) | ||
$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 |