You are here

protected property Decorator::$original in Module Object Oriented Programming API 7.2

Same name and namespace in other branches
  1. 6.2 component/moopapi.component.inc \Decorator::original
  2. 6 component/moopapi.component.inc \Decorator::original
  3. 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;