| D | task.php | 11 var $my = NULL; variable in syntax_plugin_task_task 34 if ($my =& plugin_load('helper', 'task')) { 35 $date = $my->_interpretDate($date); 47 $current = $my->readTask($ID); 49 $my->writeTask($ID, $task); 52 $my->writeTask($ID, $task); 72 $task = $this->my->readTask($ID); 149 $this->my =& plugin_load('helper', 'task'); 150 if (!is_object($this->my)) return false; 151 $this->task = $this->my->readTask($ID); [all …]
|