public function Tester::__construct in Simple XML sitemap 4.x
Same name and namespace in other branches
- 8.3 tests/scripts/performance_test.php \Tester::__construct()
File
- tests/
scripts/ performance_test.php, line 58
Class
Code
public function __construct(LoggerInterface $logger) {
$this->logger = $logger;
}