%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/vendor/mpdf/mpdf/src/File/ |
| Current File : /home/tjamichg/cursos.tjamich.gob.mx/vendor/mpdf/mpdf/src/File/LocalContentLoaderInterface.php |
<?php
namespace Mpdf\File;
interface LocalContentLoaderInterface
{
/**
* @return string|null
*/
public function load($path);
}