SeedDMS_Core_Decorator
in package
Class which implements a simple decorator pattern
Tags
Table of Contents
Properties
- $o : mixed
Methods
- __call() : mixed
- __construct() : mixed
Properties
$o
protected
mixed
$o
Methods
__call()
public
__call(mixed $method, mixed $args) : mixed
Parameters
- $method : mixed
- $args : mixed
__construct()
public
__construct(mixed $object) : mixed
Parameters
- $object : mixed