Home
last modified time | relevance | path

Searched refs:get_assoc (Results 1 – 8 of 8) sorted by last modified time

/plugin/bez/ctl/
H A Dthread.php92 $this->tpl->set_values($thread_comment->get_assoc());
125 $this->tpl->set_values($task->get_assoc());
H A Dthread_report.php24 $this->tpl->set_values($thread->get_assoc());
H A Dtypes.php31 $this->tpl->set_values($label->get_assoc());
H A Dtask.php68 $this->tpl->set_values($task_comment->get_assoc());
78 $this->tpl->set_values($task->get_assoc());
H A Dtask_form.php21 $this->tpl->set_values($task_dup->get_assoc());
H A Dtask_programs.php33 $this->tpl->set_values($task_program->get_assoc());
H A Dstart.php31 public function get_assoc() { function in Timeline
103 $this->tpl->set('timeline', $timeline->get_assoc());
/plugin/bez/mdl/
H A DEntity.php39 public function get_assoc($filter=NULL) { function in dokuwiki\\plugin\\bez\\mdl\\Entity