Ojs\CoreBundle\Service\SampleObjectLoader::__construct PHP Method

__construct() public method

public __construct ( h4cc\AliceFixturesBundle\Fixtures\FixtureManagerInterface $aliceManager, Doctrine\ORM\EntityManagerInterface $em, $locale )
$aliceManager h4cc\AliceFixturesBundle\Fixtures\FixtureManagerInterface
$em Doctrine\ORM\EntityManagerInterface
    public function __construct(FixtureManagerInterface $aliceManager, EntityManagerInterface $em, $locale)
    {
        $this->aliceManager = $aliceManager;
        $this->em = $em;
        $this->locale = $locale;
        $this->fixturesRoot = __DIR__ . '/../Tests/DataFixtures/ORM/';
    }