Home
last modified time | relevance | path

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

/plugin/task/syntax/
Dtask.php47 $current = $my->readTask($ID);
72 $task = $this->my->readTask($ID);
151 $this->task = $this->my->readTask($ID);
/plugin/task/
Dhelper.php65 $task = $this->readTask($id);
93 if (!$task = $this->readTask($id)) continue;
157 function readTask($id) { function in helper_plugin_task
Daction.php156 $task = $my->readTask($ID);