项目作者: rindow

项目描述 :
Support Aspect-Oriented Programming
高级语言: PHP
项目地址: git://github.com/rindow/rindow-aop.git
创建时间: 2018-11-25T03:21:11Z
项目社区:https://github.com/rindow/rindow-aop

开源协议:BSD 3-Clause "New" or "Revised" License

下载


AOP manager

Master: Build Status

This module supports Aspect-Oriented Programming for all developers using the Rindow framework.

Most of the rich features of Rindow framework are based on AOP.

It has the following features

  • Interceptor type AOP
  • Supports both file-based and annotation-based configuration
  • Supports 5 types of advice(before,after,after-returning,after-throwing,around)
  • Supports 5 types of pointcut(execution,set,get,within,target)