PHP 클래스 Ojs\CoreBundle\Service\AclFixer

파일 보기 프로젝트 열기: ojs/ojs

보호된 프로퍼티들

프로퍼티 타입 설명
$aclChainManager Ojs\CoreBundle\Acl\AclChainManager
$em Doctrine\ORM\EntityManager

공개 메소드들

메소드 설명
__construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, Ojs\CoreBundle\Acl\AclChainManager $aclChainManager ) AclFixer constructor.
fixAcl ( Journal $journal = null )
insertAcls ( )

메소드 상세

__construct() 공개 메소드

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 fixAcl ( Journal $journal = null )
$journal Ojs\JournalBundle\Entity\Journal

insertAcls() 공개 메소드

public insertAcls ( )

프로퍼티 상세

$aclChainManager 보호되어 있는 프로퍼티

protected AclChainManager,Ojs\CoreBundle\Acl $aclChainManager
리턴 Ojs\CoreBundle\Acl\AclChainManager

$em 보호되어 있는 프로퍼티

protected EntityManager,Doctrine\ORM $em
리턴 Doctrine\ORM\EntityManager