/**
  * @return Tracker_FileInfo
  */
 protected function getFileInfo($id, $row)
 {
     return Tracker_FileInfo::instance($this, $id, $row);
 }