Home
last modified time | relevance | path

Searched refs:labelFactory (Results 1 – 4 of 4) sorted by path

/plugin/bez/ctl/
H A Dthread_report.php45 $this->tpl->set('labels', $this->model->labelFactory->get_all())
H A Dthreads.php110 $this->tpl->set('labels', $this->model->labelFactory->get_all());
H A Dtypes.php10 $labels = $this->model->labelFactory->get_all();
20 $label = $this->model->labelFactory->get_one($id);
22 $label = $this->model->labelFactory->create_object();
35 $this->model->labelFactory->delete($label);
41 $this->model->labelFactory->save($label);
/plugin/bez/mdl/
H A DModel.php37 protected $labelFactory; variable in dokuwiki\\plugin\\bez\\mdl\\Model
58 $models = array('userFactory', 'threadFactory', 'labelFactory', 'thread_commentFactory', 'taskFactory', 'task_programFactory', 'task_commentFactory', 'authentication_tokenFactory', 'subscriptionFactory');
99 $this->labelFactory = new LabelFactory($this);