Example #1
0
File: Form.php Project: ytnuk/orm
 protected function getControl() : Nette\Application\UI\Control
 {
     switch ($this->isSubmitted()) {
         case $this['action']['delete']:
             return $this->getPresenter();
     }
     return parent::getControl();
 }