コード例 #1
0
ファイル: stored_file.php プロジェクト: nigeli/moodle
 /**
  * List contents of archive.
  *
  * @param file_packer $packer file packer instance
  * @return array of file infos
  */
 public function list_files(file_packer $packer)
 {
     $archivefile = $this->get_content_file_location();
     return $packer->list_files($archivefile);
 }