PHP 클래스 Eloquent\Phony\Mock\Method\WrappedUncallableMethod

상속: extends AbstractWrappedMethod
파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
invokeWith ( Arguments | array $arguments = [] ) : mixed Invoke this object.

메소드 상세

invokeWith() 공개 메소드

This method supports reference parameters.
public invokeWith ( Arguments | array $arguments = [] ) : mixed
$arguments Arguments | array The arguments.
리턴 mixed The result of invocation.