PHP 인터페이스 Eloquent\Phony\Invocation\Invocable

파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

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

메소드 상세

__invoke() 공개 메소드

Invoke this object.
public __invoke ( ) : mixed
리턴 mixed The result of invocation.

invoke() 공개 메소드

Invoke this object.
public invoke ( ) : mixed
리턴 mixed The result of invocation.

invokeWith() 공개 메소드

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