 |
|
Innovation award
 Nominee: 4x |
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.
|
|
| Name: |
Decorate Anything |
| Base name: |
decorate-anything |
| Description: |
Implement the decorator design pattern |
| Version: |
1.0 |
| PHP version: |
5.2.6 |
| License: |
BSD License |
| All time users: |
796 users |
| All time rank: |
3749 |
| Week users: |
1 user |
| Week rank: |
2051  |
| |
|
 December 2009
Number 5
Prize: One book of choice by Packt |
Decorator is a design pattern intended to change the outcome of programming component using another independent component.
This class provides a generic PHP implementation of the decorator design pattern allowing to wrap the functionality of any object with decorator classes without having to inherit from the wrapped object classes.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|