Method | Description | |
---|---|---|
__construct ( array $functionBlacklist, Nelmio\Alice\Generator\ValueResolverInterface $decoratedResolver ) | ||
canResolve ( Nelmio\Alice\Definition\ValueInterface $value ) : boolean | ||
resolve ( Nelmio\Alice\Definition\ValueInterface $value, Nelmio\Alice\FixtureInterface $fixture, |
public __construct ( array $functionBlacklist, Nelmio\Alice\Generator\ValueResolverInterface $decoratedResolver ) | ||
$functionBlacklist | array | List of PHP native function that will be skipped, i.e. will be considered as non existent |
$decoratedResolver | 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 |