Ergo\Decorator::__setObject PHP Method

__setObject() public method

Replace the decorated delegate with the specified object.
public __setObject ( $object )
    public function __setObject($object)
    {
        $this->__instance = $object;
    }