Home
last modified time | relevance | path

Searched refs:changable_fields (Results 1 – 4 of 4) sorted by relevance

/plugin/bez/tpl/
H A Dcommcause_box.php32 count($tpl->get('thread_comment')->changable_fields()) > 0): ?>
H A Dthread_box.php94 <?php if (count($tpl->get('thread')->changable_fields(array('label_id', 'title', 'content', 'coordinator'))) > 0): ?>
H A Dtask_box.php139 <?php if (count($tpl->get('task')->changable_fields(
/plugin/bez/mdl/
H A DEntity.php109 public function changable_fields($filter=NULL) { function in dokuwiki\\plugin\\bez\\mdl\\Entity