AOWP_Pointcut
└─AOWP_StaticPointcut
└─AOWP_ScriptExecutionPointcut
public class AOWP_ScriptExecutionPointcut
extends AOWP_StaticPointcut
Field Summary | |
---|---|
private mixed |
Constructor Summary | |
---|---|
AOWP_ScriptExecutionPointcut(mixed scriptName) Constructor. |
Method Summary | |
---|---|
protected void | _isJoinPointShadow(mixed joinPoint) |
Methods inherited from aowp.aspect.pointcut.AOWP_StaticPointcut | |
---|---|
_runtimeMatch |
Methods inherited from aowp.aspect.pointcut.AOWP_Pointcut | |
---|---|
__clone, _getAspectInstance, _isJoinPointShadow, _runtimeMatch, isHavePointcut, isJoinPointShadow, isNot, opAnd, opNot, opOr, patternMatch, runtimeMatch, setAdvice |
private mixed $_scriptName
public AOWP_ScriptExecutionPointcut(mixed scriptName)
Constructor.
protected void _isJoinPointShadow(mixed joinPoint)
スクリプトファイルの実行を選択するポイントカット記述子です。