PHP Class Nelmio\Alice\Generator\Instantiator\Chainable\ProphecyChainableInstantiator

Inheritance: extends AbstractChainableInstantiator
Show file Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
__construct ( AbstractChainableInstantiator $instantiator )
canInstantiate ( Nelmio\Alice\FixtureInterface $fixture ) : boolean

Protected Methods

Method Description
createInstance ( Nelmio\Alice\FixtureInterface $fixture )

Method Details

__construct() public method

public __construct ( AbstractChainableInstantiator $instantiator )
$instantiator AbstractChainableInstantiator

canInstantiate() public method

public canInstantiate ( Nelmio\Alice\FixtureInterface $fixture ) : boolean
$fixture Nelmio\Alice\FixtureInterface
return boolean

createInstance() protected method

protected createInstance ( Nelmio\Alice\FixtureInterface $fixture )
$fixture Nelmio\Alice\FixtureInterface