Home
last modified time | relevance | path

Searched refs:can_be_null (Results 1 – 2 of 2) sorted by relevance

/plugin/bez/tpl/
H A Dtask_form.php141 <?php if (!$tpl->get('task')->can_be_null('task_program_id')) echo 'data-validation="required"' ?>>
142 <?php if ($tpl->get('task')->can_be_null('task_program_id')): ?>
/plugin/bez/mdl/
H A DEntity.php123 public function can_be_null($field) { function in dokuwiki\\plugin\\bez\\mdl\\Entity