PHP 클래스 Sulu\Bundle\MediaBundle\Search\EventListener\PermissionListener

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( FileVersionMetaRepository $fileVersionMetaRepository, Massive\Bundle\SearchBundle\Search\SearchManagerInterface $searchManager )
onPermissionUpdate ( PermissionUpdateEvent $event ) Removes all FileVersionMetas belonging to the collection, which just got secured.

메소드 상세

__construct() 공개 메소드

public __construct ( FileVersionMetaRepository $fileVersionMetaRepository, Massive\Bundle\SearchBundle\Search\SearchManagerInterface $searchManager )
$fileVersionMetaRepository Sulu\Bundle\MediaBundle\Entity\FileVersionMetaRepository
$searchManager Massive\Bundle\SearchBundle\Search\SearchManagerInterface

onPermissionUpdate() 공개 메소드

Removes all FileVersionMetas belonging to the collection, which just got secured.
public onPermissionUpdate ( PermissionUpdateEvent $event )
$event Sulu\Component\Security\Event\PermissionUpdateEvent