PHP 인터페이스 Go\Aop\Intercept\ConstructorInvocation

A constructor invocation is a joinpoint and can be intercepted by a constructor interceptor.
상속: extends Go\Aop\Intercept\Invocation
파일 보기 프로젝트 열기: goaop/framework 0 사용 예제들

공개 메소드들

메소드 설명
getConstructor ( ) : ReflectionMetho\ReflectionMethod | null Gets the constructor being called.

메소드 상세

getConstructor() 공개 메소드

Gets the constructor being called.
public getConstructor ( ) : ReflectionMetho\ReflectionMethod | null
리턴 ReflectionMetho\ReflectionMethod | null the constructor being called or null if it is absent.