Lines Matching refs:get_param
10 if ($this->get_param('tid') == '') {
15 $task = $this->model->taskFactory->get_one($this->get_param('tid'));
20 if ($this->get_param('action') == 'comment_add') {
29 } elseif ($this->get_param('action') == 'subscribe') {
34 } elseif ($this->get_param('action') == 'unsubscribe') {
41 } elseif ($this->get_param('action') == 'invite') {
48 } elseif ($this->get_param('action') == 'participant_remove') {
49 $user_id = $this->get_param('user_id');
57 } elseif ($this->get_param('action') == 'comment_delete') {
59 …$task_comment = $this->model->task_commentFactory->get_one($this->get_param('zkid'), array('task' …
63 } elseif ($this->get_param('action') == 'comment_edit') {
65 …$task_comment = $this->model->task_commentFactory->get_one($this->get_param('zkid'), array('thread…
75 } elseif ($this->get_param('action') == 'task_edit') {
83 } elseif ($this->get_param('action') == 'task_delete') {
90 } elseif ($this->get_param('action') == 'pin') {
94 } elseif ($this->get_param('action') == 'unpin') {