Ed Zynda

Coder | Hacker | Superhero

Aspect Oriented PHP And The Interceptor Pattern

Posted on · Tagged in

There are many ways to modify the behavior of existing code with actually changing the core logic. Some patterns you might be familiar with are the decorator pattern or the observer pattern. Both allow you to take another object and modify the behavior by wrapping your modifcations around the original code. One pattern you might not be familiar with though, is the interceptor pattern. The interceptor pattern is a core concept of what is called aspect oriented programming (AOP).…

Read more »
Subscribe to my newsletter and get a free copy of my book, Aspect Oriented Programming in PHP.