Home
last modified time | relevance | path

Searched refs:media_path (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Services/
H A DGedcomExportService.php131 $media_path = $tree->getPreference('MEDIA_DIRECTORY');
133 $media_path = '';
136 $media_path = null;
139 …e, $sort_by_xref, $encoding, $access_level, $line_endings, $records, $zip_filesystem, $media_path);
169 …* @param string|null $media_path Location within the zip f…
181 string $media_path = null argument
245 …if ($media_path !== null && $zip_filesystem !== null && preg_match('/0 @' . Gedcom::REGEX_XREF . '…
252 …$zip_filesystem->writeStream($media_path . $media_file, $media_filesystem->readStream($media_file)…
/webtrees/app/Cli/Commands/
H A DTreeExport.php92 media_path: null,