AOWP


aowp.aspect.weaver.command.AOWP_ArrayGetJoinPointWeaveCommand
/aspect/weaver/command/ArrayGetJoinPointWeaveCommand.class.php at line 12

Class AOWP_ArrayGetJoinPointWeaveCommand

AOWP_ArrayGetJoinPointWeaveCommand

public class AOWP_ArrayGetJoinPointWeaveCommand

Author:
keiji

Method Summary
void

weaveAfterAdvice(mixed advice, mixed joinPoint)

void

weaveAroundAdvice(mixed advice, mixed joinPoint)

void

weaveBeforeAdvice(mixed advice, mixed joinPoint)

Method Detail

/aspect/weaver/command/ArrayGetJoinPointWeaveCommand.class.php at line 17

weaveAfterAdvice

public void weaveAfterAdvice(mixed advice, mixed joinPoint)

/aspect/weaver/command/ArrayGetJoinPointWeaveCommand.class.php at line 20

weaveAroundAdvice

public void weaveAroundAdvice(mixed advice, mixed joinPoint)

/aspect/weaver/command/ArrayGetJoinPointWeaveCommand.class.php at line 14

weaveBeforeAdvice

public void weaveBeforeAdvice(mixed advice, mixed joinPoint)

AOWP