PHP Interface Nelmio\Alice\Generator\ConfiguratorInterface

Datei anzeigen Open project: nelmio/alice

Public Methods

Method 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 method

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
return ResolvedFixtureSet