PHP 클래스 Eloquent\Phony\Invocation\Invoker

파일 보기 프로젝트 열기: eloquent/phony 1 사용 예제들

공개 메소드들

메소드 설명
callWith ( callable $callback, Arguments $arguments ) : mixed Calls a callback, maintaining reference parameters.
instance ( ) : Invoker Get the static instance of this invoker.

메소드 상세

callWith() 공개 메소드

Calls a callback, maintaining reference parameters.
public callWith ( callable $callback, Arguments $arguments ) : mixed
$callback callable The callback.
$arguments Eloquent\Phony\Call\Arguments The arguments.
리턴 mixed The result of invocation.

instance() 공개 정적인 메소드

Get the static instance of this invoker.
public static instance ( ) : Invoker
리턴 Invoker The static invoker.