protected property Decorator::$original in Module Object Oriented Programming API 7.2
Same name and namespace in other branches
- 6.2 component/moopapi.component.inc \Decorator::original
- 6 component/moopapi.component.inc \Decorator::original
- 7 component/moopapi.component.inc \Decorator::original
Here the original value of decorated application is stored.
Type: IApplication
File
- component/
moopapi.component.inc, line 254
Class
- Decorator
- Decorator.
Code
protected $original;