AOWP


aowp.aspect.weaver.command.AOWP_ScriptExecutionJoinPointWeaveCommand
/aspect/weaver/command/ScriptExecutionJoinPointWeaveCommand.class.php at line 12

Class AOWP_ScriptExecutionJoinPointWeaveCommand

AOWP_ScriptExecutionJoinPointWeaveCommand
All Implemented Interfaces:
AOWP_IWeaveCommand

public class AOWP_ScriptExecutionJoinPointWeaveCommand

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/ScriptExecutionJoinPointWeaveCommand.class.php at line 36

weaveAfterAdvice

public void weaveAfterAdvice(mixed advice, mixed joinPoint)

/aspect/weaver/command/ScriptExecutionJoinPointWeaveCommand.class.php at line 58

weaveAroundAdvice

public void weaveAroundAdvice(mixed advice, mixed joinPoint)

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

weaveBeforeAdvice

public void weaveBeforeAdvice(mixed advice, mixed joinPoint)

AOWP