[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 3 use ProxyManager\Configuration; 4 use ProxyManager\GeneratorStrategy\EvaluatingGeneratorStrategy; 5 6 require_once __DIR__ . '/../../vendor/autoload.php'; 7 8 $configuration = new Configuration(); 9 10 $configuration->setGeneratorStrategy(new EvaluatingGeneratorStrategy());
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |