PHP Class WellCommerce\Bundle\DoctrineBundle\EventListener\CacheInvalidatorSubscriber

Author: Adam Piotrowski ([email protected])
Inheritance: implements Doctrine\Common\EventSubscriber
Afficher le fichier Open project: wellcommerce/wellcommerce

Protected Properties

Свойство Type Description
$cachePool Cache\Taggable\TaggablePoolInterface

Méthodes publiques

Méthode Description
__construct ( Cache\Taggable\TaggablePoolInterface $cachePool ) CacheInvalidatorSubscriber constructor.
getSubscribedEvents ( )
onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $args )

Method Details

__construct() public méthode

CacheInvalidatorSubscriber constructor.
public __construct ( Cache\Taggable\TaggablePoolInterface $cachePool )
$cachePool Cache\Taggable\TaggablePoolInterface

getSubscribedEvents() public méthode

public getSubscribedEvents ( )

onFlush() public méthode

public onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $args )
$args Doctrine\ORM\Event\OnFlushEventArgs

Property Details

$cachePool protected_oe property

protected TaggablePoolInterface,Cache\Taggable $cachePool
Résultat Cache\Taggable\TaggablePoolInterface