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

Inheritance: extends AbstractChainableInstantiator
Datei anzeigen Open project: nelmio/alice Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

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