Home
last modified time | relevance | path

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

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