PHP 클래스 WellCommerce\Bundle\DoctrineBundle\EventListener\CacheInvalidatorSubscriber

저자: Adam Piotrowski ([email protected])
상속: implements Doctrine\Common\EventSubscriber
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$cachePool Cache\Taggable\TaggablePoolInterface

공개 메소드들

메소드 설명
__construct ( Cache\Taggable\TaggablePoolInterface $cachePool ) CacheInvalidatorSubscriber constructor.
getSubscribedEvents ( )
onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $args )

메소드 상세

__construct() 공개 메소드

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

getSubscribedEvents() 공개 메소드

public getSubscribedEvents ( )

onFlush() 공개 메소드

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

프로퍼티 상세

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

protected TaggablePoolInterface,Cache\Taggable $cachePool
리턴 Cache\Taggable\TaggablePoolInterface