1 | <?php |
||
12 | class LoadAdminData implements FixtureInterface, ContainerAwareInterface, OrderedFixtureInterface |
||
13 | { |
||
14 | /** |
||
15 | * @var ContainerInterface |
||
16 | */ |
||
17 | private $container; |
||
18 | |||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | */ |
||
22 | public function setContainer(ContainerInterface $container = null) |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function load(ObjectManager $manager) |
||
39 | |||
40 | public function getOrder() |
||
44 | } |
||
45 |