Nelmio\Alice\Generator\Instantiator\FakeChainableInstantiator::canInstantiate PHP Method

canInstantiate() public method

public canInstantiate ( Nelmio\Alice\FixtureInterface $fixture ) : boolean
$fixture Nelmio\Alice\FixtureInterface
return boolean
    public function canInstantiate(FixtureInterface $fixture) : bool
    {
        $this->__call(__METHOD__, func_get_args());
    }
FakeChainableInstantiator