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

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

공개 메소드들

메소드 설명
resolve ( array $arguments, Nelmio\Alice\FixtureInterface $fixture, ResolvedFixtureSet $fixtureSet, array $scope = [] ) : ResolvedFixtureSet Resolves an array of arguments, i.e. determine the final value of each argument parameter. Once resolved, the value will be ready to be passed to the object.

메소드 상세

resolve() 공개 메소드

Resolves an array of arguments, i.e. determine the final value of each argument parameter. Once resolved, the value will be ready to be passed to the object.
public resolve ( array $arguments, Nelmio\Alice\FixtureInterface $fixture, ResolvedFixtureSet $fixtureSet, array $scope = [] ) : ResolvedFixtureSet
$arguments array Arguments to resolved
$fixture Nelmio\Alice\FixtureInterface Fixture to which belongs the arguments.
$fixtureSet ResolvedFixtureSet
$scope array List of variables accessible while resolving the arguments.
리턴 ResolvedFixtureSet Set where the arguments of the given fixture will have been resolved.