Home
last modified time | relevance | path

Searched refs:fileContents (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DMediaFile.php343 public function fileContents(): string function in Fisharebest\\Webtrees\\MediaFile
/webtrees/app/Report/
H A DPdfRenderer.php527 return new ReportPdfImage('@' . $media_file->fileContents(), $x, $y, $w, $h, $align, $ln);
H A DReportParserGenerate.php1717 $image = imagecreatefromstring($media_file->fileContents());
1769 $image = imagecreatefromstring($media_file->fileContents());