Nette\ComponentModel\Component::detached PHP Method

detached() protected method

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
return void
    protected function detached($obj)
    {
    }