예제 #1
0
파일: Field.php 프로젝트: easyconn/atk4
 function destroy()
 {
     parent::destroy();
     if ($this->form != $this->owner) {
         $this->form->_removeElement($this->short_name);
     }
 }