PHP 클래스 Go\Aop\Framework\StaticClosureMethodInvocation

상속: extends AbstractMethodInvocation
파일 보기 프로젝트 열기: goaop/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$closureToCall Closure Closure to use
$previousScope null | object | string Previous scope of invocation

공개 메소드들

메소드 설명
proceed ( ) : mixed Invokes original method and return result from it

보호된 메소드들

메소드 설명
getStaticInvoker ( string $className, string $method ) : Closure Returns static method invoker

메소드 상세

getStaticInvoker() 보호된 정적인 메소드

Returns static method invoker
protected static getStaticInvoker ( string $className, string $method ) : Closure
$className string Class name to forward request
$method string Method name to call
리턴 Closure

proceed() 공개 메소드

Invokes original method and return result from it
public proceed ( ) : mixed
리턴 mixed

프로퍼티 상세

$closureToCall 보호되어 있는 프로퍼티

Closure to use
protected Closure $closureToCall
리턴 Closure

$previousScope 보호되어 있는 프로퍼티

Previous scope of invocation
protected null|object|string $previousScope
리턴 null | object | string