%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/vendor/mpdf/mpdf/src/Container/ |
| Current File : /home/tjamichg/cursos.tjamich.gob.mx/vendor/mpdf/mpdf/src/Container/ContainerInterface.php |
<?php
namespace Mpdf\Container;
interface ContainerInterface
{
public function get($id);
public function has($id);
}