Searched refs:fileContents (Results 1 – 3 of 3) sorted by relevance
343 public function fileContents(): string function in Fisharebest\\Webtrees\\MediaFile
527 return new ReportPdfImage('@' . $media_file->fileContents(), $x, $y, $w, $h, $align, $ln);
1717 $image = imagecreatefromstring($media_file->fileContents());1769 $image = imagecreatefromstring($media_file->fileContents());