PHP Class Sulu\Bundle\MediaBundle\Search\EventListener\PermissionListener

Show file Open project: sulu/sulu Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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

onPermissionUpdate() public method

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