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 | public function load($filename) |
||
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | protected function instantiateFixtures(array $fixtures) |
||
47 | } |
||
48 |