AOWP


aowp.aspect.weaver.command.AOWP_IWeaveCommand
/aspect/weaver/command/IWeaveCommand.class.php at line 12

Interface AOWP_IWeaveCommand

AOWP_IWeaveCommand

public interface AOWP_IWeaveCommand

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/IWeaveCommand.class.php at line 14

weaveAfterAdvice

public void weaveAfterAdvice(mixed advice, mixed joinPoint)

/aspect/weaver/command/IWeaveCommand.class.php at line 15

weaveAroundAdvice

public void weaveAroundAdvice(mixed advice, mixed joinPoint)

/aspect/weaver/command/IWeaveCommand.class.php at line 13

weaveBeforeAdvice

public void weaveBeforeAdvice(mixed advice, mixed joinPoint)

AOWP