Ojs\CoreBundle\Service\AclFixer::__construct PHP Méthode

__construct() public méthode

AclFixer constructor.
public __construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, Ojs\CoreBundle\Acl\AclChainManager $aclChainManager )
$registry Symfony\Bridge\Doctrine\RegistryInterface
$aclChainManager Ojs\CoreBundle\Acl\AclChainManager
    public function __construct(RegistryInterface $registry, AclChainManager $aclChainManager)
    {
        $this->em = $registry->getManager();
        $this->aclChainManager = $aclChainManager;
    }