예제 #1
0
파일: Form.php 프로젝트: uestla/twigrid
 /**
  * @param  Checkbox $checkbox
  * @return bool
  */
 public static function validateCheckedCount(Checkbox $checkbox)
 {
     return $checkbox->getForm()->isSubmitted()->getParent()->lookupPath(NForm::class) !== 'actions-buttons' || in_array(TRUE, $checkbox->getParent()->getValues(TRUE), TRUE);
 }