Decorate Anything

Package:
Decorate Anything
Summary:
Implement the decorator design pattern
Groups:
Design Patterns, PHP 5
Author:
Fabian Schmengler
Description:
This class implement the decorator design patterns.

It implements a base abstract class that should be extended by decorator classes that wrap the result of the wrapped class objects.

When the decorator classes accesses the base decorator functions or variables, the abstract decorator class redirects the access to the wrapped class objects.


Powered by Gewgley