상속: extends Ublaboo\DataGrid\Object
예제 #1
0
파일: DataGrid.php 프로젝트: OCC2/occ2pacs
 /**
  * @return Nette\Forms\Container|NULL
  */
 public function getItemDetailForm()
 {
     if ($this->items_detail instanceof Column\ItemDetail) {
         return $this->items_detail->getForm();
     }
     return NULL;
 }