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

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

공개 메소드들

메소드 설명
getArguments ( ) : array Get the arguments of invocation as an array.
setArguments ( array $arguments ) Sets the arguments for current invocation

메소드 상세

getArguments() 공개 메소드

Get the arguments of invocation as an array.
public getArguments ( ) : array
리턴 array the arguments of the invocation

setArguments() 공개 메소드

Sets the arguments for current invocation
public setArguments ( array $arguments )
$arguments array New list of arguments