PHP Class Eloquent\Phony\Stub\Answer\Builder\Detail\GeneratorAnswerBuilderDetailWithReturn

Datei anzeigen Open project: eloquent/phony

Public Methods

Method Description
answer ( array &$iterations, array &$requests, &$exception, &$returnValue, &$returnsArgument, &$returnsSelf, Invoker $invoker ) : callable Get the answer.

Method Details

answer() public static method

Get the answer.
public static answer ( array &$iterations, array &$requests, &$exception, &$returnValue, &$returnsArgument, &$returnsSelf, Invoker $invoker ) : callable
$iterations array
$requests array
$invoker Eloquent\Phony\Invocation\Invoker The invoker to use.
return callable The answer.