Lines Matching refs:model
24 $this->task = $this->model->taskFactory->get_one($this->task_id);
31 public function __construct($model, $defaults=array()) {
32 parent::__construct($model, $defaults);
41 $this->author = $this->model->user_nick;
53 if ($this->author == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
63 if ($this->author == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
76 $tpl = $this->model->action->get_tpl();
86 $tpl = $this->model->action->get_tpl();
94 $content = $this->model->action->bez_tpl_include('mail/task_comment', true);