PHP Interface Nelmio\Alice\Generator\CallerInterface

Afficher le fichier Open project: nelmio/alice Interface Usage Examples

Méthodes publiques

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

Method Details

doCallsOn() public méthode

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