golden hour
/home/doctorbruno/public_html/taeionline.com/support/include/mpdf/vendor/mpdf/mpdf/src/Output
⬆️ Go Up
Upload
File/Folder
Size
Actions
Destination.php
148 B
Del
OK
Edit: Destination.php
<?php namespace Mpdf\Output; class Destination { const FILE = 'F'; const DOWNLOAD = 'D'; const STRING_RETURN = 'S'; const INLINE = 'I'; }
Save