Skip to content
Snippets Groups Projects
  • George Kiagiadakis's avatar
    36538a54
    lib: add new WpObject base class · 36538a54
    George Kiagiadakis authored
    A base class for objects that can have optional
    features enabled and disabled. The intention is to make
    this the superclass of WpProxy.
    
    Instead of following the augment() pattern of WpProxy,
    this one follows the more advanced transition pattern
    that has been previously implemented in WpSessionItem.
    36538a54
    History
    lib: add new WpObject base class
    George Kiagiadakis authored
    A base class for objects that can have optional
    features enabled and disabled. The intention is to make
    this the superclass of WpProxy.
    
    Instead of following the augment() pattern of WpProxy,
    this one follows the more advanced transition pattern
    that has been previously implemented in WpSessionItem.