Home
last modified time | relevance | path

Searched defs:thread_comment (Results 1 – 4 of 4) sorted by path

/plugin/bez/ctl/
H A Dthread.php42 $thread_comment = $this->model->thread_commentFactory->create_object(array('thread' => $thread)); variable
83 $thread_comment = $this->model->thread_commentFactory->get_one($this->get_param('kid'), array('thread' => $thread)); variable
89 $thread_comment = $this->model->thread_commentFactory->get_one($this->get_param('kid'), array('thread' => $thread)); global() variable
104 $thread_comment = $this->model->thread_commentFactory->get_one($this->get_param('kid'), array('thread' => $thread)); global() variable
[all...]
/plugin/bez/db/
H A Dupdate0001.sql49 CREATE TABLE thread_comment ( table
[all...]
/plugin/bez/mdl/
H A DTask.php33 protected $thread_comment; global() variable in dokuwiki\\plugin\\bez\\mdl\\Task
[all...]
H A DThread_commentFactory.php23 public function initial_save(Entity $thread_comment, $data) { argument
62 update_save(Entity $thread_comment, $data) global() argument
[all...]