Ergo\Decorator::__getObject PHP Method

__getObject() public method

Returns the decorated object.
public __getObject ( )
    public function __getObject()
    {
        return $this->__instance;
    }