1+ <?php
2+ namespace PHPSimpleWebScraper ;
3+ return array (
4+ 'PHPSimpleWebScraper \\Browser \\PhantomJSWrapper ' => Registry::$ sDirPath . '/include/class/browser/PhantomJSWrapper.php ' ,
5+ 'PHPSimpleWebScraper \\Browser \\ScreenCapture ' => Registry::$ sDirPath . '/include/class/browser/ScreenCapture.php ' ,
6+ 'PHPSimpleWebScraper \\Browser \\Browser ' => Registry::$ sDirPath . '/include/class/browser/Browser.php ' ,
7+ 'PHPSimpleWebScraper \\Utility \\Utility ' => Registry::$ sDirPath . '/include/class/utility/Utility.php ' ,
8+ 'PHPSimpleWebScraper \\Scraper \\ScraperHandler ' => Registry::$ sDirPath . '/include/class/scraper/ScraperHandler.php ' ,
9+ 'PHPSimpleWebScraper \\Scraper \\Scraper_Base ' => Registry::$ sDirPath . '/include/class/scraper/Scraper_Base.php ' ,
10+ 'PHPSimpleWebScraper \\Scraper \\Scraper_screenshot ' => Registry::$ sDirPath . '/include/class/scraper/Scraper_screenshot.php ' ,
11+ 'PHPSimpleWebScraper \\Scraper \\Scraper_html ' => Registry::$ sDirPath . '/include/class/scraper/Scraper_html.php ' ,
12+ 'PHPSimpleWebScraper \\Scraper \\Scraper_json ' => Registry::$ sDirPath . '/include/class/scraper/Scraper_json.php ' ,
13+ );
0 commit comments