PHP Interface Nelmio\Alice\Generator\CallerInterface

Datei anzeigen Open project: nelmio/alice Interface Usage Examples

Public Methods

Method Description
doCallsOn ( Nelmio\Alice\ObjectInterface $object, ResolvedFixtureSet $fixtureSet ) : ResolvedFixtureSet Do calls on the already hydrated object.

Method Details

doCallsOn() public method

Do calls on the already hydrated object.
public doCallsOn ( Nelmio\Alice\ObjectInterface $object, ResolvedFixtureSet $fixtureSet ) : ResolvedFixtureSet
$object Nelmio\Alice\ObjectInterface Hydrated object
$fixtureSet ResolvedFixtureSet
return ResolvedFixtureSet Set containing the object on which the calls have been made.