1 | <?php |
||
19 | final class ScoperAutoloadGenerator |
||
20 | { |
||
21 | private $whitelist; |
||
22 | |||
23 | /** |
||
24 | 1 | * @param string[] $whitelist |
|
25 | */ |
||
26 | 1 | public function __construct(array $whitelist) |
|
30 | |||
31 | 1 | public function dump(string $prefix): string |
|
50 | |||
51 | 1 | /** |
|
52 | * @return string[] |
||
53 | */ |
||
54 | public function createStatements(string $prefix): array |
||
67 | } |
||
68 |