PHP 클래스 Eloquent\Phony\Invocation\AbstractInvocable

상속: implements Eloquent\Phony\Invocation\Invocable
파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
__invoke ( ) : mixed Invoke this object.
invoke ( ) : 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.