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)
    {
    }