Exemplo n.º 1
0
 /**
  * @param Range $range
  * @param int $total
  * @return RangeFile
  */
 protected function createFileFromRangeAndTotal(Range $range, $total)
 {
     return PHPRangeFile::fromRangeAndTotal($this->basePath, $range, $total);
 }