Lines Matching refs:tthlp
22 public $tthlp = null; variable in syntax_plugin_timetrack
28 $this->tthlp = plugin_load('helper', 'timetrack');
29 …if(!$this->tthlp) msg('Loading the timetrack helper failed. Make sure the timetrack plugin is inst…
42 if($this->tthlp->checkPageInNamespace($ID,$namespace) === false) return false;
63 if(!$this->tthlp->ready()) {
78 $project_id = $this->tthlp->getProject($ID, $project_abbr);
81 $range = $this->tthlp->getMinMaxDayByProject($project_id);
82 $data = $this->tthlp->getProjectSumByWeek($project_id);
170 'update_time'=>$this->tthlp->getMaxUpdateTime($ID)
175 …$project_id = $this->tthlp->updateProject($ID, $project_abbr, $project_name,$flags['from'],$flags[…
180 $this->tthlp->updateTask($project_id,$task_id,$task_name);
183 …$this->tthlp->setActiveTasks($project_id,array_merge(array($project_abbr),array_keys($flags['tasks…