PHP 클래스 Go\Aop\Framework\AbstractInvocation

상속: extends AbstractJoinpoint, implements Go\Aop\Intercept\Invocation
파일 보기 프로젝트 열기: goaop/framework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$arguments array Arguments for invocation

공개 메소드들

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

메소드 상세

getArguments() 공개 메소드

It is possible to change element values within this array to change the arguments
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

프로퍼티 상세

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

Arguments for invocation
protected array $arguments
리턴 array