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

파일 보기 프로젝트 열기: nelmio/alice 0 사용 예제들

공개 메소드들

메소드 설명
doCallsOn ( Nelmio\Alice\ObjectInterface $object, ResolvedFixtureSet $fixtureSet ) : ResolvedFixtureSet Do calls on the already hydrated object.

메소드 상세

doCallsOn() 공개 메소드

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