Home
last modified time | relevance | path

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

/plugin/todo/syntax/
Dtodo.php91 $handler->todoargs = $this->parseTodoArgs($tododata[1]);
115 …odo_index, 'todouser' => $handler->todo_user, 'checked' => $handler->checked), $handler->todoargs);
120 unset($handler->todoargs);
169 * @param string $todoargs
172 protected function parseTodoArgs($todoargs) { argument
180 $options = explode(' ', $todoargs);