Download List

프로젝트 설명

PHP framework for supporting aspect-oriented programming.

System Requirements

System requirement is not defined

Released at 2009-04-30 06:18
aowp AOWP 0.8 (1 files Hide)

Release Notes

以下のジョインポイントについてbefore、after、aroundの動作を確認しています。 (それ以外のジョインポイントについては、今後実装を行う予定です。)

  • メソッド呼び出し (AOWP_MethodCallJoinPoint)
  • メソッド実行 (AOWP_MethodExecutionJoinPoint)
  • 関数呼び出し (AOWP_FunctionCallJoinPoint)
  • 関数実行 (AOWP_FunctionExecutionJoinPoint)
  • スクリプトファイル実行 (AOWP_ScriptExecutionJoinPoint)

また、ポイントカットについては、今バージョンでは、以下の記述子を実装しています。

  • AOWP_MethodCallPointcut
  • AOWP_MethodExecutionPointcut
  • AOWP_FunctionCallPointcut
  • AOWP_FunctionExecutionPointcut
  • AOWP_ScriptExecutionPointcut
  • AOWP_IfPointcut
  • AOWP_RequestPointcut

詳細は、Phpdocumentor で生成したAPIを参照して下さい。 http://aowp.sourceforge.jp/api/

Changelog

*織り込みの修正
*ポイントカットの組み合わせに関する修正