AOWP


aowp.aspect.weaver.command.AOWP_FunctionExecutionJoinPointWeaveCommand
/aspect/weaver/command/FunctionExecutionJoinPointWeaveCommand.class.php at line 12

Class AOWP_FunctionExecutionJoinPointWeaveCommand

AOWP_FunctionExecutionJoinPointWeaveCommand

public class AOWP_FunctionExecutionJoinPointWeaveCommand

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/FunctionExecutionJoinPointWeaveCommand.class.php at line 63

weaveAfterAdvice

public void weaveAfterAdvice(mixed advice, mixed joinPoint)

/aspect/weaver/command/FunctionExecutionJoinPointWeaveCommand.class.php at line 115

weaveAroundAdvice

public void weaveAroundAdvice(mixed advice, mixed joinPoint)

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

weaveBeforeAdvice

public void weaveBeforeAdvice(mixed advice, mixed joinPoint)

AOWP