Method | Description | |
---|---|---|
__construct ( |
||
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 | |
---|---|---|
checkResolver ( string $checkedMethod ) | ||
generateValue ( |
||
incrementCounter ( integer $tryCounter, |
public __construct ( |
||
$pool | ||
$resolver | Nelmio\Alice\Generator\ValueResolverInterface | |
$limit | integer |
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 | ||
$tryCounter | integer | |
return |
public withValueResolver ( Nelmio\Alice\Generator\ValueResolverInterface $resolver ) : self | ||
$resolver | Nelmio\Alice\Generator\ValueResolverInterface | |
return | self |