| 1 | <?php |
||
| 10 | class LoadAdminData implements FixtureInterface, ContainerAwareInterface, OrderedFixtureInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var ContainerInterface |
||
| 14 | */ |
||
| 15 | private $container; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * {@inheritDoc} |
||
| 19 | */ |
||
| 20 | public function setContainer(ContainerInterface $container = null) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritDoc} |
||
| 27 | */ |
||
| 28 | public function load(ObjectManager $manager) |
||
| 32 | |||
| 33 | public function getOrder() |
||
| 37 | } |
||
| 38 |