AOWP


aowp.aspect.weaver.command.AOWP_MethodExecutionJoinPointWeaveCommand
/aspect/weaver/command/MethodExecutionJoinPointWeaveCommand.class.php at line 12

Class AOWP_MethodExecutionJoinPointWeaveCommand

AOWP_MethodExecutionJoinPointWeaveCommand
All Implemented Interfaces:
AOWP_IWeaveCommand

public class AOWP_MethodExecutionJoinPointWeaveCommand

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/MethodExecutionJoinPointWeaveCommand.class.php at line 69

weaveAfterAdvice

public void weaveAfterAdvice(mixed advice, mixed joinPoint)

/aspect/weaver/command/MethodExecutionJoinPointWeaveCommand.class.php at line 127

weaveAroundAdvice

public void weaveAroundAdvice(mixed advice, mixed joinPoint)

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

weaveBeforeAdvice

public void weaveBeforeAdvice(mixed advice, mixed joinPoint)

AOWP