PHP Interface Nelmio\Alice\Generator\ConfiguratorInterface

Afficher le fichier Open project: nelmio/alice

Méthodes publiques

Méthode Description
configure ( Nelmio\Alice\ObjectInterface $object, ResolvedFixtureSet $fixtureSet ) : ResolvedFixtureSet Configures a given object. Has access to the current fixture set and returns the new fixture set containing the configured object.

Method Details

configure() public méthode

Configures a given object. Has access to the current fixture set and returns the new fixture set containing the configured object.
public configure ( Nelmio\Alice\ObjectInterface $object, ResolvedFixtureSet $fixtureSet ) : ResolvedFixtureSet
$object Nelmio\Alice\ObjectInterface Object to configure
$fixtureSet ResolvedFixtureSet
Résultat ResolvedFixtureSet