PHP Class Ojs\CoreBundle\Service\AclFixer

Afficher le fichier Open project: ojs/ojs

Protected Properties

Свойство Type Description
$aclChainManager Ojs\CoreBundle\Acl\AclChainManager
$em Doctrine\ORM\EntityManager

Méthodes publiques

Méthode Description
__construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, Ojs\CoreBundle\Acl\AclChainManager $aclChainManager ) AclFixer constructor.
fixAcl ( Journal $journal = null )
insertAcls ( )

Method Details

__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

fixAcl() public méthode

public fixAcl ( Journal $journal = null )
$journal Ojs\JournalBundle\Entity\Journal

insertAcls() public méthode

public insertAcls ( )

Property Details

$aclChainManager protected_oe property

protected AclChainManager,Ojs\CoreBundle\Acl $aclChainManager
Résultat Ojs\CoreBundle\Acl\AclChainManager

$em protected_oe property

protected EntityManager,Doctrine\ORM $em
Résultat Doctrine\ORM\EntityManager