Home
last modified time | relevance | path

Searched refs:labelFactory (Results 1 – 4 of 4) sorted by last modified time

/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();
13 $label = $this->model->labelFactory->create_object();
15 $label = $this->model->labelFactory->get_one($this->get_param('id'));
28 $this->model->labelFactory->delete($label);
34 $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);