1 | <?php |
||
8 | class Loader extends BaseLoader |
||
9 | { |
||
10 | private $cache = []; |
||
11 | |||
12 | public function __construct($locale, ProviderResolver $providers) |
||
16 | |||
17 | public function getCache() |
||
21 | |||
22 | public function clearCache() |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | protected function instantiateFixtures(array $fixtures) |
||
42 | } |
||
43 |