Nette\ComponentModel\Component::detached PHP 메소드

detached() 보호된 메소드

This method will be called before the component (or component's parent) becomes detached from a monitored object. Do not call this method yourself.
protected detached ( $obj ) : void
리턴 void
    protected function detached($obj)
    {
    }