AOWP


aowp.aspect.joinpoint /.AOWP_ScriptCallJoinPoint
/aspect/joinpoint/ScriptCallJoinPoint.class.php at line 12

Class AOWP_ScriptCallJoinPoint

AOWP_JoinPoint
└─AOWP_ScriptCallJoinPoint

public class AOWP_ScriptCallJoinPoint
extends AOWP_JoinPoint

Author:
keiji

Field Summary
private mixed

$_invokedFileName

Fields inherited from aowp.aspect.joinpoint /.AOWP_JoinPoint
_ast, _executedAdvice, _fileFullPath, _fileName, _line, _proceedFunctionName, _returnValue, _timestamp
Constructor Summary

AOWP_ScriptCallJoinPoint(mixed element, mixed fileName)

Method Summary
void

getInvokedFileName()

void

setInvokedFileName(mixed invokedFileName)

Methods inherited from aowp.aspect.joinpoint /.AOWP_JoinPoint
getAST, getExecutedAdvice, getFileFullPath, getFileName, getFormData, getLineNumber, getReturnValue, getSessionID, getTimestamp, proceed, setAST, setExecutedAdvice, setProceedFunctionName, setReturnValue

Field Detail

/aspect/joinpoint/ScriptCallJoinPoint.class.php at line 14

_invokedFileName

private mixed $_invokedFileName

Constructor Detail

/aspect/joinpoint/ScriptCallJoinPoint.class.php at line 16

AOWP_ScriptCallJoinPoint

public AOWP_ScriptCallJoinPoint(mixed element, mixed fileName)

Method Detail

/aspect/joinpoint/ScriptCallJoinPoint.class.php at line 24

getInvokedFileName

public void getInvokedFileName()

/aspect/joinpoint/ScriptCallJoinPoint.class.php at line 21

setInvokedFileName

public void setInvokedFileName(mixed invokedFileName)

AOWP