Nette\ComponentModel\Component::detached PHP Méthode

detached() protected méthode

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