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