AOWP


aowp.aspect.pointcut.designators.AOWP_SessionReadPointcut
/aspect/pointcut/designators/SessionReadPointcut.class.php at line 15

Class AOWP_SessionReadPointcut

AOWP_Pointcut
└─AOWP_StaticPointcut
└─AOWP_ArrayGetPointcut
└─AOWP_SessionReadPointcut

public class AOWP_SessionReadPointcut
extends AOWP_ArrayGetPointcut

現在、サポートされていません (ver. 0.8)。 次期リリース予定です。 セッションデータの読込みを選択するポイントカット。

Code.
Author:
keiji

Fields inherited from aowp.aspect.pointcut.designators.AOWP_ArrayGetPointcut
_arrayName, _keyName
Constructor Summary

AOWP_SessionReadPointcut(mixed keyName)

Constcutor.

Methods inherited from aowp.aspect.pointcut.designators.AOWP_ArrayGetPointcut
_isJoinPointShadow
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

Constructor Detail

/aspect/pointcut/designators/SessionReadPointcut.class.php at line 20

AOWP_SessionReadPointcut

public AOWP_SessionReadPointcut(mixed keyName)

Constcutor.


AOWP