PHP 인터페이스 Nelmio\Alice\Generator\ConfiguratorInterface

파일 보기 프로젝트 열기: nelmio/alice

공개 메소드들

메소드 설명
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.

메소드 상세

configure() 공개 메소드

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
리턴 ResolvedFixtureSet