Home
last modified time | relevance | path

Searched refs:createTodoItem (Results 1 – 2 of 2) sorted by relevance

/plugin/todo/syntax/
H A Dtodo.php154 …$renderer->doc .= $this->createTodoItem($renderer, $ID, array_merge($data, array('checkbox'=>'yes'…
241 protected function createTodoItem($renderer, $id, $data) { function in syntax_plugin_todo_todo
H A Dlist.php395 $R->doc .= $this->createTodoItem($R, $page['id'], array_merge($todo, $data));