PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
mpdf
/
mpdf
/
src
/
File
<?php namespace Mpdf\File; class LocalContentLoader implements \Mpdf\File\LocalContentLoaderInterface { public function load($path) { return file_get_contents($path); } }
[-] LocalContentLoader.php
[edit]
[-] StreamWrapperChecker.php
[edit]
[+]
..
[-] LocalContentLoaderInterface.php
[edit]