Home
last modified time | relevance | path

Searched refs:MyFetcherLocalFile (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.file.php30 class MyFetcherLocalFile extends Fetcher { class
33 function MyFetcherLocalFile($file) { function in MyFetcherLocalFile
59 $pipeline->fetchers[] = new MyFetcherLocalFile($path_to_html);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php37 class MyFetcherLocalFile extends Fetcher { class
40 function MyFetcherLocalFile() { function in convert_to_pdf::MyFetcherLocalFile
79 $pipeline->fetchers[] = new MyFetcherLocalFile();