Searched refs:labelFactory (Results 1 – 4 of 4) sorted by relevance
10 $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);
45 $this->tpl->set('labels', $this->model->labelFactory->get_all());
110 $this->tpl->set('labels', $this->model->labelFactory->get_all());
37 protected $labelFactory; variable in dokuwiki\\plugin\\bez\\mdl\\Model99 $this->labelFactory = new LabelFactory($this);