Exemple #1
0
 public function attached($obj)
 {
     parent::attached($obj);
     $this->processDeletions();
 }
Exemple #2
0
 /**
  * @param \Nette\ComponentModel\Container $obj
  */
 protected function attached($obj)
 {
     $this->initContainers();
     parent::attached($obj);
     $this->clearContainers();
 }