Ergo\Decorator::__setObject PHP 메소드

__setObject() 공개 메소드

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