Total Complexity | 7 |
Total Lines | 58 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class TagFixtures extends Fixture implements DependentFixtureInterface |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * This method must return an array of fixtures classes |
||
17 | * on which the implementing class depends on |
||
18 | * |
||
19 | * @return array |
||
20 | */ |
||
21 | public function getDependencies() |
||
25 | ); |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Load data fixtures with the passed EntityManager |
||
30 | * |
||
31 | * @param ObjectManager $manager |
||
32 | */ |
||
33 | public function load(ObjectManager $manager) |
||
72 | } |