AOWP_JoinPoint
└─AOWP_JoinPointWithArguments
public abstract class AOWP_JoinPointWithArguments
extends AOWP_JoinPoint
Field Summary | |
---|---|
private mixed | |
private mixed |
Fields inherited from aowp.aspect.joinpoint /.AOWP_JoinPoint | |
---|---|
_ast, _executedAdvice, _fileFullPath, _fileName, _line, _proceedFunctionName, _returnValue, _timestamp |
Constructor Summary | |
---|---|
AOWP_JoinPointWithArguments(mixed element, mixed fileName) |
Method Summary | |
---|---|
void | addArgument(mixed argument) |
void | getArgument(mixed argumentIndex) |
void | |
int | |
void | setArgument(mixed argument, mixed index) |
void | setStaticArgumentCount(int staticArgumentCount) |
Methods inherited from aowp.aspect.joinpoint /.AOWP_JoinPoint | |
---|---|
getAST, getExecutedAdvice, getFileFullPath, getFileName, getFormData, getLineNumber, getReturnValue, getSessionID, getTimestamp, proceed, setAST, setExecutedAdvice, setProceedFunctionName, setReturnValue |
private mixed $_argumentArray
private mixed $_staticArgumentCount
public AOWP_JoinPointWithArguments(mixed element, mixed fileName)
public void addArgument(mixed argument)
public void getArgument(mixed argumentIndex)
public void getArgumentArray()
public int getStaticArgumentCount()
public void setArgument(mixed argument, mixed index)
public void setStaticArgumentCount(int staticArgumentCount)