Ejemplo n.º 1
0
 public function taskFindTaskFiles($taskId)
 {
     $f = new DBFile();
     return $f->findFile($taskId);
 }