File "ContainerInterface.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/mpdf/mpdf/src/Container/ContainerInterface.php
File size: 124 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Mpdf\Container;
interface ContainerInterface
{
public function get($id);
public function has($id);
}